Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge branch '3733-CI-Stmgr-Unittest-dev' into 3733-CI-Stmgr-Unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
surahman committed Nov 14, 2021
2 parents c913ab0 + c19c300 commit 69772e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration_test/src/python/test_runner/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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"
DEFAULT_TEST_CONF_FILE = "resources/test.json"

RETRY_ATTEMPTS = 25
#seconds
Expand Down
2 changes: 1 addition & 1 deletion integration_test/src/python/topology_test_runner/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from heron.statemgrs.src.python.filestatemanager import FileStateManager

# The location of default configure file
DEFAULT_TEST_CONF_FILE = "integration_test/src/python/topology_test_runner/resources/test.json"
DEFAULT_TEST_CONF_FILE = "resources/test.json"

#seconds
RETRY_ATTEMPTS = 50
Expand Down

0 comments on commit 69772e7

Please sign in to comment.