Skip to content

Commit

Permalink
GH-69 Test failure was 219, use 500 instead of 250 to give more of a …
Browse files Browse the repository at this point in the history
…buffer.
  • Loading branch information
heifner committed Apr 26, 2024
1 parent 254c463 commit b2f33e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nodeos_startup_catchup.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def waitForNodeStarted(node):
# See https://github.com/AntelopeIO/spring/issues/81 for fix to reduce the number of expected unlinkable blocks
# Test verifies LIB is advancing, check to see that not too many unlinkable block exceptions are generated
# while syncing up to head.
if contents.count("3030001 unlinkable_block_exception: Unlinkable block") > 250:
if contents.count("3030001 unlinkable_block_exception: Unlinkable block") > 500:
errorExit(f"Node{catchupNodeNum} has unlinkable blocks: {logFile}.")

testSuccessful=True
Expand Down

0 comments on commit b2f33e5

Please sign in to comment.