Skip to content

Commit

Permalink
Adjusted back timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Dec 27, 2020
1 parent a69a21d commit b35fa53
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 @@ -357,7 +357,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 InitializeFakeDaemon(short timeout = 50, bool overrideDebugNotCancel = false)
protected async Task InitializeFakeDaemon(short timeout = 300, bool overrideDebugNotCancel = false)
{
_fakeConnectedDaemon = await GetConnectedNetDaemonTask(timeout, overrideDebugNotCancel).ConfigureAwait(false);
}
Expand Down

0 comments on commit b35fa53

Please sign in to comment.