Skip to content

Commit

Permalink
Fixed test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jun 26, 2024
1 parent 9fdf811 commit 0aff1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNext.Tests/Threading/Leases/LeaseTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static async Task ConsumerTokenState()
False(consumer.Token.IsCancellationRequested);
False(consumer.Expiration.IsExpired);

await Task.Delay(150);
await Task.Delay(400);
True(consumer.Token.IsCancellationRequested);
False(await consumer.ReleaseAsync());
}
Expand Down

0 comments on commit 0aff1ec

Please sign in to comment.