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 95
95
- run-devbox-json-tests : true
96
96
os : macos-latest
97
97
runs-on : ${{ matrix.os }}
98
- timeout-minutes : ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && 37 || 25 }}
98
+ timeout-minutes : ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && 37 || 30 }}
99
99
steps :
100
100
- uses : actions/checkout@v3
101
101
- uses : actions/setup-go@v4
@@ -125,7 +125,7 @@ jobs:
125
125
DEVBOX_DEBUG : ${{ (!matrix.run-devbox-json-tests || inputs.example-debug) && '1' || '0' }}
126
126
DEVBOX_RUN_DEVBOX_JSON_TESTS : ${{ matrix.run-devbox-json-tests }}
127
127
# Used in `go test -timeout` flag. Needs a value that time.ParseDuration can parse.
128
- DEVBOX_GOLANG_TEST_TIMEOUT : " ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && '35m' || '25m ' }}"
128
+ DEVBOX_GOLANG_TEST_TIMEOUT : " ${{ (github.ref == 'refs/heads/main' || inputs.run-mac-tests) && '35m' || '30m ' }}"
129
129
run : |
130
130
echo "::group::Nix version"
131
131
nix --version
You can’t perform that action at this time.
0 commit comments