Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
  • Loading branch information
adamsitnik authored Dec 2, 2022
commit d5b16f20f2e603b02ce0e0d53763882aa6a10038
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public void Connection_UnderDifferentUsers_BehavesAsExpected(
{
// When CurrentUserOnly is only on client side and asks for ReadOnly access, the connection is not rejected
// but we get the UnauthorizedAccessException on the client regardless.
serverTask.Wait(10_000);
Assert.True(serverTask.Wait(TimeSpan.FromSeconds(10)));
Assert.True(serverTask.IsCompletedSuccessfully);
}
else
Expand Down