X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/5d99dbf06a14904944f5593c63705934bdfdcfb7..8b9d106fcc61fc84712c97d4db060d8302cc63fd:/lock_tester.cc?ds=sidebyside diff --git a/lock_tester.cc b/lock_tester.cc index f8e2196..b2df781 100644 --- a/lock_tester.cc +++ b/lock_tester.cc @@ -4,7 +4,6 @@ #include "lock_client.h" #include -#include #include char log_thread_prefix = 'c'; @@ -71,7 +70,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);