qa: increase rlockt1 timeout
This commit is contained in:
parent
21b5682a43
commit
df8bc2ce43
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue