increase test timeout

pull/1306/head
Jeff Becker 4 years ago
parent 9f7ac7a9a3
commit 8fc52fcbbe
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -138,7 +138,7 @@ using Context_ptr = std::shared_ptr<IWPLinkContext>;
/// before it should assume failure of unit test
template <typename Func_t, typename Duration_t = std::chrono::milliseconds>
void
RunIWPTest(Func_t test, Duration_t timeout = 1s)
RunIWPTest(Func_t test, Duration_t timeout = 10s)
{
// shut up logs
llarp::LogSilencer shutup;

Loading…
Cancel
Save