From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25710 invoked by alias); 8 Feb 2010 12:48:59 -0000 Received: (qmail 25702 invoked by uid 22791); 8 Feb 2010 12:48:59 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Feb 2010 12:48:55 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o18Cm7TC015508; Mon, 8 Feb 2010 13:48:07 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o18Cm6KS026601; Mon, 8 Feb 2010 13:48:06 +0100 (CET) Date: Mon, 08 Feb 2010 12:48:00 -0000 Message-Id: <201002081248.o18Cm6KS026601@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: gdb-patches@sourceware.org In-reply-to: <1265631909-2821-1-git-send-email-brobecker@adacore.com> (message from Joel Brobecker on Mon, 8 Feb 2010 16:25:09 +0400) Subject: Re: [RFA/testsuite] Reduce the default test timeout to 30 seconds for Unix. References: <1265631909-2821-1-git-send-email-brobecker@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-02/txt/msg00205.txt.bz2 > From: Joel Brobecker > Date: Mon, 8 Feb 2010 16:25:09 +0400 > > Hello, > > gdb/testsuite/ChangeLog: > > * config/unix.exp (timeout): Change value to 30. > > Tested on x86_64-linux. No regression. I think that for this to be meaningful, you should really test this on a slower platform though. Something like a native linux config on arm should do the trick.