We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56343a5 commit d77d9a6Copy full SHA for d77d9a6
Makefile
@@ -31,7 +31,7 @@ test-unit:
31
32
# E2E tests using local memstore, leveraging op-e2e framework. Also tests the standard client against the proxy.
33
test-e2e-local:
34
- # Add the -v flag to observe logs as the run is happening on CI, given that this test takes ~5 minutes to run.
+ # Add the -v flag to observe logs as the run is happening on CI, given that this test takes ~3 minutes to run.
35
# Good to have early feedback when needed.
36
MEMSTORE=true go test -v -timeout 10m ./e2e -parallel 4
37
0 commit comments