File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 67
67
id : install-start-rabbitmq
68
68
run : ${{ github.workspace }}\.ci\windows\gha-setup.ps1
69
69
- name : Integration Tests
70
+ timeout-minutes : 15
70
71
run : |
71
72
$tx = Start-Job -Verbose -ScriptBlock { & "${{ github.workspace }}\.ci\windows\toxiproxy\toxiproxy-server.exe" }; `
72
73
Start-Sleep -Seconds 1; `
@@ -114,6 +115,7 @@ jobs:
114
115
id : install-start-rabbitmq
115
116
run : ${{ github.workspace }}\.ci\windows\gha-setup.ps1
116
117
- name : Sequential Integration Tests
118
+ timeout-minutes : 15
117
119
run : dotnet test `
118
120
--environment 'RABBITMQ_LONG_RUNNING_TESTS=true' `
119
121
--environment "RABBITMQ_RABBITMQCTL_PATH=${{ steps.install-start-rabbitmq.outputs.path }}" `
@@ -185,6 +187,7 @@ jobs:
185
187
id : start-rabbitmq
186
188
run : ${{ github.workspace }}/.ci/ubuntu/gha-setup.sh toxiproxy
187
189
- name : Integration Tests
190
+ timeout-minutes : 15
188
191
run : |
189
192
dotnet test \
190
193
--environment 'RABBITMQ_LONG_RUNNING_TESTS=true' \
@@ -225,6 +228,7 @@ jobs:
225
228
id : start-rabbitmq
226
229
run : ${{ github.workspace }}/.ci/ubuntu/gha-setup.sh
227
230
- name : Sequential Integration Tests
231
+ timeout-minutes : 15
228
232
run : |
229
233
dotnet test \
230
234
--environment 'RABBITMQ_LONG_RUNNING_TESTS=true' \
You can’t perform that action at this time.
0 commit comments