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: 10516 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"