diff --git a/Makefile b/Makefile index 56928e6..68f6c21 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ forcetest: go clean -testcache - HISHTORY_TEST=1 go test -p 1 ./... + HISHTORY_TEST=1 go test -p 1 -timeout 20m ./... test: - HISHTORY_TEST=1 go test -p 1 ./... + HISHTORY_TEST=1 go test -p 1 -timeout 20m ./... acttest: act push -j test -e .github/push_event.json --reuse --container-architecture linux/amd64