Skip to content

Commit

Permalink
adjust call timeout
Browse files Browse the repository at this point in the history
Signed-off-by: YaoZengzeng <yaozengzeng@huawei.com>
  • Loading branch information
YaoZengzeng committed Jan 14, 2025
1 parent 406cda9 commit f04bd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ if [[ -z "${SKIP_SETUP:-}" ]]; then
setup_kmesh
fi

cmd="go test -v -tags=integ $ROOT_DIR/test/e2e/... -istio.test.kube.loadbalancer=false ${PARAMS[*]}"
cmd="go test -v -tags=integ $ROOT_DIR/test/e2e/... -istio.test.kube.loadbalancer=false -istio.test.echo.callTimeout 300s ${PARAMS[*]}"

bash -c "$cmd"

Expand Down

0 comments on commit f04bd8d

Please sign in to comment.