From b701737261e70cf5b5a93c5945d55f8590dcb36e Mon Sep 17 00:00:00 2001 From: akashorabek <70029317+akashorabek@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:43:52 +0500 Subject: [PATCH] increase timeout (#33835) --- 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 5ee3342a1efa..68bea8b00e1b 100755 --- a/sdks/python/container/run_validatescontainer.sh +++ b/sdks/python/container/run_validatescontainer.sh @@ -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 \