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.
1 parent 022fe5b commit a540130Copy full SHA for a540130
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