Skip to content

Commit

Permalink
encourage forced monotonic fix issue reports during test (addresses w…
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcw committed Feb 25, 2022
1 parent 36090e8 commit a8d6a76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/timetest.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ void* pthread_test(void* args)
timeToWait.tv_nsec = now.tv_nsec;

printf("pthread_cond_timedwait: CLOCK_MONOTONIC test\n");
printf("(Intentionally sleeping 1 second..., see docs about CLOCK_MONOTONIC test)\n");
printf("(Intentionally sleeping 1 second...)\n");
printf("(If this test hangs for more than a few seconds, please report\n your glibc version and system details as FORCE_MONOTONIC_FIX\n issue at https://github.com/wolfcw/libfaketime)\n");
fflush(stdout);

pthread_mutex_lock(&fakeMutex);
Expand Down

0 comments on commit a8d6a76

Please sign in to comment.