This is an automated email from the ASF dual-hosted git repository. nicknezis pushed a commit to branch nicknezis/bazel-2 in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 2dc3ab94c6b39070f767ae394e8bce5a9355e609 Author: Nicholas Nezis <[email protected]> AuthorDate: Wed Apr 8 13:12:30 2020 -0400 Testing with 50 attempts --- integration_test/src/python/test_runner/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test/src/python/test_runner/main.py b/integration_test/src/python/test_runner/main.py index a09803a..b263aa3 100644 --- a/integration_test/src/python/test_runner/main.py +++ b/integration_test/src/python/test_runner/main.py @@ -33,7 +33,7 @@ from heron.common.src.python.utils import log # The location of default configure file DEFAULT_TEST_CONF_FILE = "integration_test/src/python/test_runner/resources/test.json" -RETRY_ATTEMPTS = 25 +RETRY_ATTEMPTS = 50 #seconds RETRY_INTERVAL = 10
