Skip to content

Commit 3dd1e41

Browse files
authored
istio e2e mesh tests are timing out (#16165)
1 parent cf48bab commit 3dd1e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if (( SHORT )); then
6767
GO_TEST_FLAGS+=("-short")
6868
fi
6969

70-
go_test_e2e -timeout=30m \
70+
go_test_e2e -timeout=40m \
7171
"${GO_TEST_FLAGS[@]}" \
7272
./test/conformance/api/... \
7373
./test/conformance/runtime/... \

0 commit comments

Comments
 (0)