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 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' \
You can’t perform that action at this time.
0 commit comments