Skip to content

Commit 1ebb223

Browse files
committed
* 15 minute timeout for integration test suites
1 parent 2fc0736 commit 1ebb223

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +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
7071
run: |
7172
$tx = Start-Job -Verbose -ScriptBlock { & "${{ github.workspace }}\.ci\windows\toxiproxy\toxiproxy-server.exe" }; `
7273
Start-Sleep -Seconds 1; `
@@ -114,6 +115,7 @@ jobs:
114115
id: install-start-rabbitmq
115116
run: ${{ github.workspace }}\.ci\windows\gha-setup.ps1
116117
- name: Sequential Integration Tests
118+
timeout-minutes: 15
117119
run: dotnet test `
118120
--environment 'RABBITMQ_LONG_RUNNING_TESTS=true' `
119121
--environment "RABBITMQ_RABBITMQCTL_PATH=${{ steps.install-start-rabbitmq.outputs.path }}" `
@@ -185,6 +187,7 @@ jobs:
185187
id: start-rabbitmq
186188
run: ${{ github.workspace }}/.ci/ubuntu/gha-setup.sh toxiproxy
187189
- name: Integration Tests
190+
timeout-minutes: 15
188191
run: |
189192
dotnet test \
190193
--environment 'RABBITMQ_LONG_RUNNING_TESTS=true' \
@@ -225,6 +228,7 @@ jobs:
225228
id: start-rabbitmq
226229
run: ${{ github.workspace }}/.ci/ubuntu/gha-setup.sh
227230
- name: Sequential Integration Tests
231+
timeout-minutes: 15
228232
run: |
229233
dotnet test \
230234
--environment 'RABBITMQ_LONG_RUNNING_TESTS=true' \

0 commit comments

Comments
 (0)