Skip to content

Commit

Permalink
CHG more time for integration test TagSchedulerTests
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-domenichini committed Jan 11, 2024
1 parent 52572c2 commit bf9c65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/SmartIOT.Connector.Core.Tests/TagSchedulerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public async Task TestScheduler()
};
await scheduler.StartAsync();

Assert.True(readEvent.WaitOne(100));
Assert.True(deviceStatusEvent.WaitOne(100));
Assert.True(readEvent.WaitOne(1000));
Assert.True(deviceStatusEvent.WaitOne(1000));

await scheduler.StopAsync();

Expand Down

0 comments on commit bf9c65b

Please sign in to comment.