Skip to content

Commit

Permalink
Added more time for slow machines
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Dec 13, 2020
1 parent 8aa8729 commit f2da60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fakes/NetDaemon.Fakes/DaemonHostTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ public void VerifySetStateTimes(string entityId, Times times)
/// </summary>
/// <param name="timeout">Timeout (ms) of how long fake daemon will stay connected and process events</param>
/// <param name="overrideDebugNotCancel">True if running debug mode should not cancel on timeout</param>
protected async Task FakeDaemonInit(short timeout = 200, bool overrideDebugNotCancel = false)
protected async Task FakeDaemonInit(short timeout = 300, bool overrideDebugNotCancel = false)
{
_fakeConnectedDaemon = await GetConnectedNetDaemonTask(timeout, overrideDebugNotCancel);
}
Expand Down

0 comments on commit f2da60f

Please sign in to comment.