mirror of
https://github.com/aquasecurity/linux-bench.git
synced 2025-02-22 22:25:33 +01:00
Longer test timeout
Test is failing in GitHub actions due to timeout
This commit is contained in:
parent
59d2148c4c
commit
3d7e09e7bd
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -1,2 +1,2 @@
|
|||
tests:
|
||||
GO111MODULE=on go test -v -short -race -timeout 30s -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
GO111MODULE=on go test -v -short -race -timeout 100s -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
|
|
Loading…
Add table
Reference in a new issue