Skip to content

Commit

Permalink
Decrease timeout to 1h
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed May 4, 2023
1 parent 3bf28c0 commit c0d023d
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 @@ -59,7 +59,7 @@ test-e2e-polybft:
# We can not build with race because of a bug in boltdb dependency
go build -o artifacts/polygon-edge .
env EDGE_BINARY=${PWD}/artifacts/polygon-edge E2E_TESTS=true E2E_LOGS=true \
go test -v -timeout=1h30m ./e2e-polybft/e2e/...
go test -v -timeout=1h ./e2e-polybft/e2e/...

.PHONY: test-property-polybft
test-property-polybft:
Expand Down

0 comments on commit c0d023d

Please sign in to comment.