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 @@ -142,7 +142,7 @@ jobs:
142
142
os : " ${{ inputs.run-mac-tests && 'dummy' || 'macos-latest' }}"
143
143
144
144
runs-on : ${{ matrix.os }}
145
- timeout-minutes : 37
145
+ timeout-minutes : 60
146
146
steps :
147
147
- name : Maximize build disk space
148
148
uses : easimon/maximize-build-space@v8
@@ -187,7 +187,7 @@ jobs:
187
187
DEVBOX_DEBUG : ${{ (matrix.run-project-tests == 'project-tests-off' || inputs.example-debug) && '1' || '0' }}
188
188
DEVBOX_RUN_PROJECT_TESTS : ${{ matrix.run-project-tests == 'project-tests' && '1' || '0' }}
189
189
# Used in `go test -timeout` flag. Needs a value that time.ParseDuration can parse.
190
- DEVBOX_GOLANG_TEST_TIMEOUT : " ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && '35m ' || '30m' }}"
190
+ DEVBOX_GOLANG_TEST_TIMEOUT : " ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && '1h ' || '30m' }}"
191
191
run : |
192
192
echo "::group::Nix version"
193
193
nix --version
You can’t perform that action at this time.
0 commit comments