Skip to content

Commit

Permalink
test: add timeout to regular xds test runs (#4201)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley authored Feb 12, 2021
1 parent 9f3606c commit 425d405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/kokoro/xds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ grpc/tools/run_tests/helper_scripts/prep_xds.sh
# they are added into "all".
GRPC_GO_LOG_VERBOSITY_LEVEL=99 GRPC_GO_LOG_SEVERITY_LEVEL=info \
python3 grpc/tools/run_tests/run_xds_tests.py \
--test_case="all,path_matching,header_matching,circuit_breaking" \
--test_case="all,path_matching,header_matching,circuit_breaking,timeout" \
--project_id=grpc-testing \
--project_num=830293263384 \
--source_image=projects/grpc-testing/global/images/xds-test-server-3 \
--source_image=projects/grpc-testing/global/images/xds-test-server-4 \
--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-server \
--gcp_suffix=$(date '+%s') \
--verbose \
Expand Down

0 comments on commit 425d405

Please sign in to comment.