Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
test: make the test-hrtime less likely to time out
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Jun 14, 2012
1 parent b1649b6 commit 9a3dff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-hrtime.c
Expand Up @@ -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);
Expand Down

0 comments on commit 9a3dff3

Please sign in to comment.