We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 022fe5b + a540130 commit d26d651Copy full SHA for d26d651
test_e2e.sh
@@ -39,4 +39,4 @@ function cleanup() {
39
40
trap cleanup EXIT
41
go test ./test/e2e/v2
42
-go test ./test/e2e/v3 -timeout 15m
+go test ./test/e2e/v3 -timeout 20m
test_e2e_local.sh
@@ -50,4 +50,4 @@ fi
50
51
# when changing these commands, make sure to keep in sync with ./test_e2e.sh
52
go test ./test/e2e/v2 -v -ginkgo.v
53
-go test ./test/e2e/v3 -v -ginkgo.v -timeout 15m
+go test ./test/e2e/v3 -v -ginkgo.v -timeout 20m
0 commit comments