From 08042c6610fcaec288ed212fee15a77fa4b36d7f Mon Sep 17 00:00:00 2001 From: Lluis Sanchez Date: Tue, 8 Nov 2022 12:09:13 +0100 Subject: [PATCH] Try to fix flaky test --- Test/UnitTests/TestMultithreading.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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