File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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
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 }}" `
You can’t perform that action at this time.
0 commit comments