From df8bc2ce43c4ffe38dc0eb7d9d576e6caded70b5 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Mon, 14 Aug 2017 18:46:23 +0200 Subject: [PATCH] qa: increase rlockt1 timeout --- qa/lib/c/rlockt1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/lib/c/rlockt1.c b/qa/lib/c/rlockt1.c index 0b89c66..2756c92 100644 --- a/qa/lib/c/rlockt1.c +++ b/qa/lib/c/rlockt1.c @@ -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)