summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/timetest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/timetest.c b/test/timetest.c
index 89e372d..18c0546 100644
--- a/test/timetest.c
+++ b/test/timetest.c
@@ -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);