From patchwork Fri Jan 22 07:16:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chung-Lin Tang X-Patchwork-Id: 571546 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id F39D814031B for ; Fri, 22 Jan 2016 18:16:16 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=LDSuYJ5l; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type; q=dns; s=default; b=T5IUGX7/1IV1PmZ20L7fZPXpFA9uz oCBQh5OSPvgnbud3yjUQMrPEU2KJMKlMonqG77vURz6QD29lOqOPiFv0LOAQQ6BY kYq7cNfkzgxTkydLD73beMQ2R3+9AdSd5f8iVY+u54oEJ8TKvmhegG8rLSGUjkWy lhocHXOjK74EuE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type; s=default; bh=M+PP1tuS54cypu7CgyslRWv40mo=; b=LDS uYJ5lOjjAGxjP38vttK7AInhBJf8R34d5K/Ln7HKSgM3CTWrSXvtfpcag/CXVnM0 HGye7nNt1HAU5uOKJ2pbMs0m7UupczDMrgfuRJK6Ai8UODfL77bol6+rVrnwMRVX OtVVUzcAAJWlQvdbgIsdnlTBOHvz0xcRzNFT0b+4= Received: (qmail 29661 invoked by alias); 22 Jan 2016 07:16:10 -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 29627 invoked by uid 89); 22 Jan 2016 07:16:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, FROM_12LTRDOM, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: relay1.mentorg.com To: From: Chung-Lin Tang Subject: [patch] Increase timeout in nss/bug17079.c test Message-ID: <56A1D734.8000709@codesourcery.com> Date: Fri, 22 Jan 2016 16:16:04 +0900 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 Hi, I would like to increase the timeout for the nss/bug17079.c test, as this one runs for quite some time on Nios II Linux. Ok to commit? Thanks, Chung-Lin * nss/bug17079.c (TIMEOUT): Define as 100. diff --git a/nss/bug17079.c b/nss/bug17079.c index 367daae..3f9ec54 100644 --- a/nss/bug17079.c +++ b/nss/bug17079.c @@ -240,5 +240,6 @@ do_test (void) return 0; } +#define TIMEOUT 100 #define TEST_FUNCTION do_test () #include "../test-skeleton.c"