Skip to content

Commit

Permalink
Increased timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Feb 14, 2024
1 parent b7b9b31 commit 8a2eb86
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: Upload Test Build Output Cache
runs-on: ${{inputs.image}}
if: ${{!inputs.manual_build || inputs.publish}}
timeout-minutes: 8
timeout-minutes: 10
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-qemu-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: .NET ubuntu-arm64 ${{ inputs.target_framework }} ${{ inputs.build_configuration }}
runs-on: ubuntu-latest
continue-on-error: ${{inputs.experimental}}
timeout-minutes: 8
timeout-minutes: 10
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-qemu-mono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: Mono ubuntu-arm64 ${{ inputs.target_framework }} ${{ inputs.build_configuration }}
runs-on: ubuntu-latest
continue-on-error: ${{inputs.experimental}}
timeout-minutes: 8
timeout-minutes: 10
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-unix-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: .NET ${{inputs.os}}-${{inputs.architecture}} ${{ inputs.target_framework }} ${{inputs.build_configuration}}
runs-on: ${{inputs.image}}
continue-on-error: ${{inputs.experimental}}
timeout-minutes: 8
timeout-minutes: 10
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-unix-mono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: Mono ${{ inputs.os }}-${{ inputs.architecture }} ${{ inputs.target_framework }} ${{ inputs.build_configuration }}
runs-on: ${{inputs.image}}
continue-on-error: ${{inputs.experimental}}
timeout-minutes: 8
timeout-minutes: 10
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: .NET ${{ inputs.architecture }} ${{ inputs.target_framework }} ${{ inputs.build_configuration }}
runs-on: windows-latest
continue-on-error: ${{inputs.experimental}}
timeout-minutes: 8
timeout-minutes: 10
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: .NET FX ${{ inputs.architecture }} ${{ inputs.target_framework }} ${{ inputs.build_configuration }}
runs-on: windows-2019
continue-on-error: ${{inputs.experimental}}
timeout-minutes: 8
timeout-minutes: 10
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows-mono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Mono ${{ inputs.architecture }} ${{ inputs.target_framework }} ${{ inputs.build_configuration }}
runs-on: windows-latest
continue-on-error: ${{inputs.experimental}}
timeout-minutes: 8
timeout-minutes: 10
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 8a2eb86

Please sign in to comment.