X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/5d99dbf06a14904944f5593c63705934bdfdcfb7..603bac8fcb3697f283e6537d81b4a92e457ebbad:/lock_tester.cc diff --git a/lock_tester.cc b/lock_tester.cc index f8e2196..84ac5cc 100644 --- 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);