You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/10/19 17:41:09 UTC

[beam] 01/01: Update the timeout in ValidatesContainer suite.

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch tvalentyn-patch-3
in repository https://gitbox.apache.org/repos/asf/beam.git

commit a5baf6c46807b121ef0513124622ac2083ea5043
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Wed Oct 19 10:40:53 2022 -0700

    Update the timeout in ValidatesContainer suite.
---
 sdks/python/container/run_validatescontainer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/container/run_validatescontainer.sh b/sdks/python/container/run_validatescontainer.sh
index 9ef9313ec15..1dd17c59a64 100755
--- a/sdks/python/container/run_validatescontainer.sh
+++ b/sdks/python/container/run_validatescontainer.sh
@@ -107,7 +107,7 @@ pytest -o junit_suite_name=$IMAGE_NAME \
   -m="it_validatescontainer" \
   --show-capture=no \
   --numprocesses=1 \
-  --timeout=900 \
+  --timeout=1800 \
   --junitxml=$XUNIT_FILE \
   --ignore-glob '.*py3\d?\.py$' \
   --log-cli-level=INFO \