mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-06 13:56:41 +02:00
Increase test timeout since github actions tests are slow on macos
This commit is contained in:
4
Makefile
4
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user