diff options
Diffstat (limited to 'tests/monotonic-realticks.c')
-rw-r--r-- | tests/monotonic-realticks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/monotonic-realticks.c b/tests/monotonic-realticks.c index c548f18..119b3bb 100644 --- a/tests/monotonic-realticks.c +++ b/tests/monotonic-realticks.c @@ -30,7 +30,7 @@ main() { sandglass_t sandglass; sandglass_attributes_t attr = { SANDGLASS_MONOTONIC, SANDGLASS_REALTICKS }; - struct timespec tosleep = { .tv_sec = 0, .tv_nsec = 100000000L }; + struct timespec tosleep = { .tv_sec = 0, .tv_nsec = 111111111L }; if (sandglass_create(&sandglass, &attr, &attr) != 0) { perror("sandglass_create()"); |