qa: increase rlockt1 timeout

This commit is contained in:
Giacomo Tesio 2017-08-14 18:46:23 +02:00
parent 21b5682a43
commit df8bc2ce43
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ waiter(int index)
if(verbose)
print("reader %d: got the rlock in %lld ms\n", getpid(), (end - start) / (1000*1000));
runlock(&afterAWhile);
if((end - start) / (1000*1000) > 1300)
if((end - start) / (1000*1000) > 1500)
postnote(PNGROUP, getpid(), smprint("fail: reader %d got the rlock after %lld ms", getpid(), (end - start) / (1000*1000)));
} else {
if(verbose)