Skip to content

Commit 8741cb6

Browse files
committed
Increase holesky e2e timeout
Signed-off-by: litt3 <[email protected]>
1 parent 3425e08 commit 8741cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test-e2e-local:
4040
test-e2e-holesky:
4141
# Add the -v flag to observe logs as the run is happening on CI, given that this test takes ~5 minutes to run.
4242
# Good to have early feedback when needed.
43-
MEMSTORE=false go test -v -timeout 10m ./e2e -parallel 4
43+
MEMSTORE=false go test -v -timeout 30m ./e2e -parallel 4
4444

4545
# Very simple fuzzer which generates random bytes arrays and sends them to the proxy using the standard client.
4646
# To clean the cached corpus, run `go clean -fuzzcache` before running this.

0 commit comments

Comments
 (0)