Skip to content

Commit

Permalink
Made failure in test_new_primary_has_wrong_clock reproducible
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Khoroshavin <[email protected]>
  • Loading branch information
Sergey Khoroshavin committed Mar 6, 2018
1 parent f4a5fa8 commit a41d354
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_new_primary_has_wrong_clock(tconf, looper, txnPoolNodeSet,
sdk_pool_handle,
sdk_wallet_client,
count=2)
looper.runFor(.2)
looper.runFor(2.)

def chk():
for node in [n for n in txnPoolNodeSet if n != faulty_node]:
Expand Down

0 comments on commit a41d354

Please sign in to comment.