projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
bb98ce3
)
tests: speedup by not waiting too long for servers
author
Michael Wallner
<mike@php.net>
Tue, 7 Jan 2020 21:16:29 +0000
(22:16 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 7 Jan 2020 21:22:24 +0000
(22:22 +0100)
libtest/wait.h
patch
|
blob
|
history
diff --git
a/libtest/wait.h
b/libtest/wait.h
index a39a853e4a7e9c0f1ed366426d596ffa937cf618..e5cdcb3d4766ca4d0cece1e85eb69bf50bf67d9a 100644
(file)
--- a/
libtest/wait.h
+++ b/
libtest/wait.h
@@
-74,7
+74,7
@@
public:
}
this_wait= retry * retry / 3 + 1;
- libtest::dream(
this_wait,
0);
+ libtest::dream(
0, this_wait * 1000000
0);
}
}
@@
-98,7
+98,7
@@
public:
}
this_wait= retry * retry / 3 + 1;
- libtest::dream(
this_wait,
0);
+ libtest::dream(
0, this_wait * 1000000
0);
}
}