Skip to content

Commit d26d651

Browse files
authored
Merge pull request #1842 from estroz/chore/bump-e2e-timeouts
🌱 test_e2e.sh,test_e2e_local.sh: bump timeout to 20m
2 parents 022fe5b + a540130 commit d26d651

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test_e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ function cleanup() {
3939

4040
trap cleanup EXIT
4141
go test ./test/e2e/v2
42-
go test ./test/e2e/v3 -timeout 15m
42+
go test ./test/e2e/v3 -timeout 20m

test_e2e_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ fi
5050

5151
# when changing these commands, make sure to keep in sync with ./test_e2e.sh
5252
go test ./test/e2e/v2 -v -ginkgo.v
53-
go test ./test/e2e/v3 -v -ginkgo.v -timeout 15m
53+
go test ./test/e2e/v3 -v -ginkgo.v -timeout 20m

0 commit comments

Comments
 (0)