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 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
+ timeout-minutes : 25
71
71
run : |
72
72
$tx = Start-Job -Verbose -ScriptBlock { & "${{ github.workspace }}\.ci\windows\toxiproxy\toxiproxy-server.exe" }; `
73
73
Start-Sleep -Seconds 1; `
@@ -115,7 +115,7 @@ jobs:
115
115
id : install-start-rabbitmq
116
116
run : ${{ github.workspace }}\.ci\windows\gha-setup.ps1
117
117
- name : Sequential Integration Tests
118
- timeout-minutes : 15
118
+ timeout-minutes : 25
119
119
run : dotnet test `
120
120
--environment 'RABBITMQ_LONG_RUNNING_TESTS=true' `
121
121
--environment "RABBITMQ_RABBITMQCTL_PATH=${{ steps.install-start-rabbitmq.outputs.path }}" `
You can’t perform that action at this time.
0 commit comments