Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2022-11-08 14:09:13 +0300
committerGitHub <noreply@github.com>2022-11-08 14:09:13 +0300
commit08042c6610fcaec288ed212fee15a77fa4b36d7f (patch)
tree579c7f01312361efb02c492a398b4bcad6c3336b
parent5c2c2bba5ea6aa3aa3690402b4e9a6f769915a72 (diff)
Try to fix flaky test
-rw-r--r--Test/UnitTests/TestMultithreading.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/UnitTests/TestMultithreading.cs b/Test/UnitTests/TestMultithreading.cs
index 6304372..7390457 100644
--- a/Test/UnitTests/TestMultithreading.cs
+++ b/Test/UnitTests/TestMultithreading.cs
@@ -164,7 +164,7 @@ namespace UnitTests
});
// Wait for the threads to do the work. 5 seconds should be enough
- enablers.CheckCounters(1, 20000);
+ enablers.CheckCounters(1, 100000);
// Go back to the initial status