Increase test timeout since github actions tests are slow on macos

This commit is contained in:
David Dworken 2023-08-30 11:13:18 -07:00
parent 5fcd7a9c7b
commit 9fdd676ed5
No known key found for this signature in database

View File

@ -1,9 +1,9 @@
forcetest:
go clean -testcache
HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 go test -p 1 -timeout 30m ./...
HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 go test -p 1 -timeout 45m ./...
test:
HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 go test -p 1 -timeout 30m ./...
HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 go test -p 1 -timeout 45m ./...
ftest:
go clean -testcache