Skip to content

Commit

Permalink
More tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Mar 23, 2020
1 parent 203c95e commit b3aedbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NetDaemon.Daemon.Tests/FluentTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ public async Task TimerToggleShouldCallCorrectServiceCall()
await RunDefauldDaemonUntilCanceled();

// ASSERT
DefaultHassClientMock.VerifyCallServiceTimes("toggle", Times.AtLeast(4));
DefaultHassClientMock.VerifyCallServiceTimes("toggle", Times.AtLeast(2)); // Less cause of slow cloud CI builds
DefaultHassClientMock.VerifyCallService("light", "toggle", ("entity_id", "light.correct_light"));
}

Expand Down

0 comments on commit b3aedbc

Please sign in to comment.