Skip to content

Commit

Permalink
Revert "Increase wait time for system tests"
Browse files Browse the repository at this point in the history
This reverts commit 1b233bc.
  • Loading branch information
alpe committed Jun 28, 2023
1 parent 1b233bc commit abd1bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ test-sim-deterministic: runsim
@$(BINDIR)/runsim -Jobs=4 -SimAppPkg=$(SIMAPP) -ExitOnFail 1 1 TestAppStateDeterminism

test-system: install
@VERSION=$(VERSION) cd tests/system; go test -mod=readonly -failfast -tags='system_test' ./... --wait-time=60s --verbose; EXIT_CODE=$$?; cd -; exit $$EXIT_CODE
@VERSION=$(VERSION) cd tests/system; go test -mod=readonly -failfast -tags='system_test' ./... --wait-time=45s --verbose; EXIT_CODE=$$?; cd -; exit $$EXIT_CODE

###############################################################################
### Linting ###
Expand Down

0 comments on commit abd1bd7

Please sign in to comment.