test.sh: increase timeout for grpcproxy test

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu 2023-08-28 08:30:20 +08:00
parent 68e09defdf
commit ad5a6ea6c6

View File

@ -195,7 +195,7 @@ function functional_pass {
function grpcproxy_pass {
run_for_module "tests" go_test "./integration/... ./e2e" "fail_fast" : \
-timeout=30m -tags cluster_proxy "${COMMON_TEST_FLAGS[@]}" "$@"
-timeout=45m -tags cluster_proxy "${COMMON_TEST_FLAGS[@]}" "$@"
}
################# COVERAGE #####################################################