Merge pull request #11808 from sharkcz/timeout

[winpr,synch] increase timeout for TestSynchCritical
This commit is contained in:
akallabeth
2025-08-25 13:51:22 +02:00
committed by GitHub

View File

@@ -8,7 +8,7 @@
#include <winpr/thread.h>
#include <winpr/interlocked.h>
#define TEST_SYNC_CRITICAL_TEST1_RUNTIME_MS 50
#define TEST_SYNC_CRITICAL_TEST1_RUNTIME_MS 100
#define TEST_SYNC_CRITICAL_TEST1_RUNS 4
static CRITICAL_SECTION critical;