Increase test timeout for windows tests

This commit is contained in:
David Dworken 2022-11-04 23:09:48 -07:00
parent e40288b151
commit 02b093c56d
No known key found for this signature in database

View File

@ -3,7 +3,7 @@ forcetest:
HISHTORY_TEST=1 go test -p 1 -timeout 30m ./...
test:
HISHTORY_TEST=1 go test -p 1 -timeout 30m ./...
HISHTORY_TEST=1 go test -p 1 -timeout 45m ./...
acttest:
act push -j test -e .github/push_event.json --reuse --container-architecture linux/amd64