Skip to content

Commit

Permalink
Bump default test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Dec 6, 2020
1 parent 415b0e8 commit 360e335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NetDaemon.Daemon.Tests/DaemonHostTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public async Task InitializeAsync()
return (_notConnectedDaemonHost.Run("host", 8123, false, "token", cancelSource.Token), cancelSource);
}

public async Task RunDefauldDaemonUntilCanceled(short milliSeconds = 100, bool overrideDebugNotCancel = false)
public async Task RunDefauldDaemonUntilCanceled(short milliSeconds = 200, bool overrideDebugNotCancel = false)
{
var cancelSource = Debugger.IsAttached && !overrideDebugNotCancel
? new CancellationTokenSource()
Expand Down

0 comments on commit 360e335

Please sign in to comment.