summaryrefslogtreecommitdiff
path: root/deps/uv/test/test-hrtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/test/test-hrtime.c')
-rw-r--r--deps/uv/test/test-hrtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/test/test-hrtime.c b/deps/uv/test/test-hrtime.c
index 2a9156ecf..72a4d4b18 100644
--- a/deps/uv/test/test-hrtime.c
+++ b/deps/uv/test/test-hrtime.c
@@ -47,7 +47,7 @@ TEST_IMPL(hrtime) {
/* Check that the difference between the two hrtime values is somewhat in */
/* the range we expect it to be. */
ASSERT(diff > (uint64_t) 25 * NANOSEC / MILLISEC);
- ASSERT(diff < (uint64_t) 60 * NANOSEC / MILLISEC);
+ ASSERT(diff < (uint64_t) 80 * NANOSEC / MILLISEC);
--i;
}
return 0;