Skip to content

Commit 487b5a5

Browse files
committed
20 minute test timeout
1 parent 5b8bc6a commit 487b5a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devguard-scanner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
substituters = https://cache.nixos.org https://nix.garage.l3montree.cloud
4747
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix.garage.l3montree.cloud:MGlzfPQKA91/zxw91CN+GP7NpjAAwmKvWXlDYgeeI8k=
4848
- name: Run unittests
49-
run: nix develop . --command bash -c "go test \$(go list ./... | grep -v '/mocks') -coverprofile=coverage.out && go tool cover -func=coverage.out"
49+
run: nix develop . --command bash -c "go test -timeout 20m \$(go list ./... | grep -v '/mocks') -coverprofile=coverage.out && go tool cover -func=coverage.out"
5050
- name: Archive code coverage results
5151
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 - https://github.com/actions/upload-artifact/releases/tag/v4.6.2
5252
with:

0 commit comments

Comments
 (0)