projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reduced timeouts by 10x
[invirt/third/libt4.git]
/
lock_tester.cc
diff --git
a/lock_tester.cc
b/lock_tester.cc
index
f8e2196
..
84ac5cc
100644
(file)
--- a/
lock_tester.cc
+++ b/
lock_tester.cc
@@
-71,7
+71,7
@@
void test2(int i) {
lc[i]->acquire(a);
LOG_NONMEMBER("test2: client " << i << " acquire done");
check_grant(a);
- sleep(1);
+ usleep(100000);
LOG_NONMEMBER("test2: client " << i << " release");
check_release(a);
lc[i]->release(a);