Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
try to fix relaunch error in nodeos_irreversible_mode_lr_test
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Apr 26, 2019
1 parent 8b2f348 commit 8abb4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Node.py
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ def isNodeAlive():
pass
return False

isAlive=Utils.waitForBool(isNodeAlive, timeout)
isAlive=Utils.waitForBool(isNodeAlive, timeout, sleepTime=1)
if isAlive:
Utils.Print("Node relaunch was successfull.")
else:
Expand Down
2 changes: 1 addition & 1 deletion tests/nodeos_irreversible_mode_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Print = Utils.Print
errorExit = Utils.errorExit
cmdError = Utils.cmdError
relaunchTimeout = 5
relaunchTimeout = 10
numOfProducers = 4
totalNodes = 10

Expand Down

0 comments on commit 8abb4ca

Please sign in to comment.