Skip to content

Commit

Permalink
[FOLD] Fix for mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
undertome committed Jul 29, 2021
1 parent a2152aa commit fa41d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/rpc/NodeToShardRPC_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class NodeToShardRPC_test : public beast::unit_test::suite
result[jss::status] == "success" ||
importCompleted(shardStore, numberOfShards, result));

std::chrono::seconds const maxWait{30};
std::chrono::seconds const maxWait{60};
auto const start = std::chrono::system_clock::now();

while (true)
Expand Down

0 comments on commit fa41d3c

Please sign in to comment.