Skip to content

Commit 9bf87a2

Browse files
committed
bump the test timeout
1 parent cb43896 commit 9bf87a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- run-devbox-json-tests: true
9696
os: macos-latest
9797
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 }}
9999
steps:
100100
- uses: actions/checkout@v3
101101
- uses: actions/setup-go@v4
@@ -125,7 +125,7 @@ jobs:
125125
DEVBOX_DEBUG: ${{ (!matrix.run-devbox-json-tests || inputs.example-debug) && '1' || '0' }}
126126
DEVBOX_RUN_DEVBOX_JSON_TESTS: ${{ matrix.run-devbox-json-tests }}
127127
# 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' }}"
129129
run: |
130130
echo "::group::Nix version"
131131
nix --version

0 commit comments

Comments
 (0)