From a41d3548712e62c1c7136e94149d7a22c2462cf6 Mon Sep 17 00:00:00 2001 From: Sergey Khoroshavin Date: Mon, 5 Mar 2018 11:23:52 +0300 Subject: [PATCH] Made failure in test_new_primary_has_wrong_clock reproducible Signed-off-by: Sergey Khoroshavin --- .../test_timestamp/test_timestamp_post_view_change.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plenum/test/node_request/test_timestamp/test_timestamp_post_view_change.py b/plenum/test/node_request/test_timestamp/test_timestamp_post_view_change.py index a3aef6e1ec..4448f5879c 100644 --- a/plenum/test/node_request/test_timestamp/test_timestamp_post_view_change.py +++ b/plenum/test/node_request/test_timestamp/test_timestamp_post_view_change.py @@ -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]: