Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Dec 13, 2020
1 parent fb58559 commit 8aa8729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NetDaemon.Daemon.Tests/Reactive/RxAppTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ public async Task UsingEntityNewEventShouldNotCallFunction()
[Fact]
public async Task WhenStateStaysSameForTimeItShouldCallFunction()
{
await FakeDaemonInit(300).ConfigureAwait(false);
await FakeDaemonInit(500).ConfigureAwait(false);

bool isRun = false;
using var ctx = DefaultDaemonRxApp.StateChanges
Expand Down

0 comments on commit 8aa8729

Please sign in to comment.