From patchwork Wed Feb 8 13:17:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tulio Magno Quites Machado Filho X-Patchwork-Id: 19174 Received: (qmail 60139 invoked by alias); 8 Feb 2017 13:17:41 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 59551 invoked by uid 89); 8 Feb 2017 13:17:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL, BAYES_20, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Increase, Hx-languages-length:790, Filho, Quites X-HELO: mx0a-001b2d01.pphosted.com From: "Tulio Magno Quites Machado Filho" To: libc-alpha@sourceware.org Cc: fweimer@redhat.com Subject: [PATCH] Increase timeout for nptl/tst-robust-fork Date: Wed, 8 Feb 2017 11:17:18 -0200 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 17020813-0024-0000-0000-000001513173 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17020813-0025-0000-0000-000016155569 Message-Id: <1486559838-18953-1-git-send-email-tuliom@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-02-08_09:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1702080130 Although tst-robust-fork usually completes in less the 20s, there are some slower machines which may take as long as 23s. This patch increases the timeout to 35s in order to minimize intermittent failures on slower machines and under heavy usage. 2017-02-08 Tulio Magno Quites Machado Filho * nptl/tst-robust-fork.c (TIMEOUT): Set to 35. --- nptl/tst-robust-fork.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nptl/tst-robust-fork.c b/nptl/tst-robust-fork.c index 4a12ff0..852413b 100644 --- a/nptl/tst-robust-fork.c +++ b/nptl/tst-robust-fork.c @@ -25,6 +25,8 @@ #include #include +#define TIMEOUT 35 + /* Data shared between processes. */ struct shared {