test: make the test-hrtime less likely to time out

This commit is contained in:
Bert Belder 2012-06-14 22:41:13 +02:00
parent b1649b6f77
commit 9a3dff35c0

View File

@ -33,7 +33,7 @@
TEST_IMPL(hrtime) { TEST_IMPL(hrtime) {
uint64_t a, b, diff; uint64_t a, b, diff;
int i = 100; int i = 75;
while (i > 0) { while (i > 0) {
a = uv_hrtime(); a = uv_hrtime();
uv_sleep(45); uv_sleep(45);