Increase test timeout since MacOS tests sometimes take more than 60 minutes

This commit is contained in:
David Dworken 2023-12-20 20:02:06 -08:00
parent 2b327f965a
commit 9cbd6d8598
No known key found for this signature in database

View File

@ -3,7 +3,7 @@ forcetest:
make test
test:
TZ='America/Los_Angeles' HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 gotestsum --packages ./... --rerun-fails=10 --rerun-fails-max-failures=30 --format testname --jsonfile /tmp/testrun.json --post-run-command "go run client/test_metrics_exporter/main.go" -- -p 1 -timeout 60m
TZ='America/Los_Angeles' HISHTORY_TEST=1 HISHTORY_SKIP_INIT_IMPORT=1 gotestsum --packages ./... --rerun-fails=10 --rerun-fails-max-failures=30 --format testname --jsonfile /tmp/testrun.json --post-run-command "go run client/test_metrics_exporter/main.go" -- -p 1 -timeout 90m
ftest:
go clean -testcache