test: make the test-hrtime less likely to time out
This commit is contained in:
parent
b1649b6f77
commit
9a3dff35c0
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user