We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3425e08 commit 8741cb6Copy full SHA for 8741cb6
Makefile
@@ -40,7 +40,7 @@ test-e2e-local:
40
test-e2e-holesky:
41
# Add the -v flag to observe logs as the run is happening on CI, given that this test takes ~5 minutes to run.
42
# Good to have early feedback when needed.
43
- MEMSTORE=false go test -v -timeout 10m ./e2e -parallel 4
+ MEMSTORE=false go test -v -timeout 30m ./e2e -parallel 4
44
45
# Very simple fuzzer which generates random bytes arrays and sends them to the proxy using the standard client.
46
# To clean the cached corpus, run `go clean -fuzzcache` before running this.
0 commit comments