Skip to content

Commit

Permalink
increase timeout (#33835)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashorabek authored Feb 3, 2025
1 parent bfa0c59 commit b701737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/container/run_validatescontainer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ echo ">>> RUNNING DATAFLOW RUNNER VALIDATESCONTAINER TEST"
pytest -o log_cli=True -o log_level=Info -o junit_suite_name=$IMAGE_NAME \
-m=it_validatescontainer \
--numprocesses=1 \
--timeout=1800 \
--timeout=3600 \
--junitxml=$XUNIT_FILE \
--ignore-glob '.*py3\d?\.py$' \
--log-cli-level=INFO \
Expand Down

0 comments on commit b701737

Please sign in to comment.