Skip to content

Commit

Permalink
Wait longer in two_node_network test case
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed May 7, 2020
1 parent 2e43116 commit 3132de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,9 @@ BOOST_AUTO_TEST_CASE( two_node_network )
app1.p2p_node()->broadcast(graphene::net::trx_message(trx));

#ifdef NDEBUG
#define BROADCAST_WAIT_TIME (fc::milliseconds(3000))
#define BROADCAST_WAIT_TIME (fc::milliseconds(5000))
#else
#define BROADCAST_WAIT_TIME (fc::milliseconds(10000))
#define BROADCAST_WAIT_TIME (fc::milliseconds(15000))
#endif
fc::usleep( BROADCAST_WAIT_TIME );

Expand Down

0 comments on commit 3132de0

Please sign in to comment.