Skip to content

Commit

Permalink
Extend build workflow timeouts [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Dec 22, 2020
1 parent be3f865 commit bed9377
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
canary-build:
if: "!(contains(github.event.head_commit.message, '[skip ci]') || contains(github.event.head_commit.message, '[ci skip]'))"
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
NUGET_XMLDOC_MODE: skip
DOTNET_SDK_VERSION_3: "3.1.403"
DOTNET_SDK_VERSION_5: "5.0.100"
timeout-minutes: 5
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-dotnet:
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
Expand Down

0 comments on commit bed9377

Please sign in to comment.