X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/a5f10a497bebfc680bf418193f1fd9f1ad7cc417..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);