Skip to content

Commit

Permalink
Increased TestSynchCritical timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Jun 1, 2021
1 parent 4f4e546 commit 37c7d5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion winpr/libwinpr/synch/test/TestSynchCritical.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,11 @@ int TestSynchCritical(int argc, char* argv[])
DWORD dwDeadLockDetectionTimeMs;
DWORD i;

WINPR_UNUSED(argc);
WINPR_UNUSED(argv);

dwDeadLockDetectionTimeMs =
2 * TEST_SYNC_CRITICAL_TEST1_RUNTIME_MS * TEST_SYNC_CRITICAL_TEST1_RUNS;
6 * TEST_SYNC_CRITICAL_TEST1_RUNTIME_MS * TEST_SYNC_CRITICAL_TEST1_RUNS;

printf("Deadlock will be assumed after %" PRIu32 " ms.\n", dwDeadLockDetectionTimeMs);

Expand Down

0 comments on commit 37c7d5d

Please sign in to comment.