Skip to content

Commit be77740

Browse files
committed
increase go test timeout to match terraform so that individual tests can time out instead of panic
1 parent a1968b4 commit be77740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
- name: Get dependencies
4949
run: go mod download
5050
- name: Run end-to-end tests
51-
run: go test -v -cover -coverpkg=./... -parallel 4 ./test/e2e/... -timeout 1000s
51+
run: go test -v -cover -coverpkg=./... -parallel 4 ./test/e2e/... -timeout 180m
5252
env:
5353
METAL_AUTH_TOKEN: ${{ secrets.METAL_AUTH_TOKEN }}

0 commit comments

Comments
 (0)