From 9cbd6d859866b192d2bbb68fda44c8a655f348ca Mon Sep 17 00:00:00 2001 From: David Dworken Date: Wed, 20 Dec 2023 20:02:06 -0800 Subject: [PATCH] Increase test timeout since MacOS tests sometimes take more than 60 minutes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96c2a13..c23739e 100644 --- a/Makefile +++ b/Makefile @@ -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