Skip to content

Commit 47afb12

Browse files
committed
* Increase CI timeouts since GHA Windows runners are slow (actions/runner-images#7320)
1 parent e60149e commit 47afb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
id: install-start-rabbitmq
6868
run: ${{ github.workspace }}\.ci\windows\gha-setup.ps1
6969
- name: Integration Tests
70-
timeout-minutes: 15
70+
timeout-minutes: 25
7171
run: |
7272
$tx = Start-Job -Verbose -ScriptBlock { & "${{ github.workspace }}\.ci\windows\toxiproxy\toxiproxy-server.exe" }; `
7373
Start-Sleep -Seconds 1; `
@@ -115,7 +115,7 @@ jobs:
115115
id: install-start-rabbitmq
116116
run: ${{ github.workspace }}\.ci\windows\gha-setup.ps1
117117
- name: Sequential Integration Tests
118-
timeout-minutes: 15
118+
timeout-minutes: 25
119119
run: dotnet test `
120120
--environment 'RABBITMQ_LONG_RUNNING_TESTS=true' `
121121
--environment "RABBITMQ_RABBITMQCTL_PATH=${{ steps.install-start-rabbitmq.outputs.path }}" `

0 commit comments

Comments
 (0)