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 2b1e295a98485e670c97a44984e4d3c100450ed8 Author: Nicholas Nezis <[email protected]> AuthorDate: Thu Apr 9 11:19:18 2020 -0400 Putting it back to original value --- 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 b263aa3..a09803a 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 = 50 +RETRY_ATTEMPTS = 25 #seconds RETRY_INTERVAL = 10
