Skip to content

Commit

Permalink
Increase deadline to account for slowness from valgrind (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
wezrule authored and Russel Waters committed Jun 11, 2019
1 parent b892b69 commit c04591e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/rpc_test/rpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6425,7 +6425,7 @@ TEST (rpc, simultaneous_calls)

promise.get_future ().wait ();

system.deadline_set (10s);
system.deadline_set (60s);
while (std::any_of (test_responses.begin (), test_responses.end (), [](const auto & test_response) { return test_response->status == 0; }))
{
ASSERT_NO_ERROR (system.poll ());
Expand Down

0 comments on commit c04591e

Please sign in to comment.