From 9a3dff35c019f021835c20eb09ed3f0995fb3940 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 14 Jun 2012 22:41:13 +0200 Subject: [PATCH] test: make the test-hrtime less likely to time out --- test/test-hrtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-hrtime.c b/test/test-hrtime.c index 91059f03..2a9156ec 100644 --- a/test/test-hrtime.c +++ b/test/test-hrtime.c @@ -33,7 +33,7 @@ TEST_IMPL(hrtime) { uint64_t a, b, diff; - int i = 100; + int i = 75; while (i > 0) { a = uv_hrtime(); uv_sleep(45);