Changed Timeout for PromiseTests

master
Harald Wolff 2019-11-25 08:52:40 +01:00
parent c6466a94a5
commit 4caa582b82
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ namespace ln.types.test
});
if (!Monitor.Wait(l, 500))
if (!Monitor.Wait(l, 1500))
throw new TimeoutException();
}
}