Skip to content

Commit

Permalink
Update flaky test with bigger timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bgavrilMS committed Sep 12, 2024
1 parent 3a64917 commit e514268
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public async Task ValidateHttpListenerRedirectUriAsync()
await SendMessageToPortAsync(port, "TestPath").ConfigureAwait(false);

// Wait for the listener to do its stuff
listenTask.Wait(2000 /* 2s timeout */);
listenTask.Wait(5000 /* 5s timeout */);

// Assert
Assert.IsTrue(listenTask.IsCompleted);
Expand Down

0 comments on commit e514268

Please sign in to comment.