From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38181 invoked by alias); 18 Feb 2016 18:54:14 -0000 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 Received: (qmail 38171 invoked by uid 89); 18 Feb 2016 18:54:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=201508, learned, tight, HContent-Transfer-Encoding:8bit X-HELO: xyzzy.0x04.net Received: from xyzzy.0x04.net (HELO xyzzy.0x04.net) (109.74.193.254) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 18 Feb 2016 18:54:12 +0000 Received: from hogfather.0x04.net (89-65-66-135.dynamic.chello.pl [89.65.66.135]) by xyzzy.0x04.net (Postfix) with ESMTPS id 5B2373FE37; Thu, 18 Feb 2016 19:55:02 +0100 (CET) Received: from [192.168.43.80] (public-gprs363788.centertel.pl [37.47.52.77]) by hogfather.0x04.net (Postfix) with ESMTPSA id 4FEA658008A; Thu, 18 Feb 2016 19:54:09 +0100 (CET) Subject: Re: [PATCH] gdb.trace: Bump tspeed.exp timeout to 600 seconds. To: arnez@linux.vnet.ibm.com References: <1454061214-29747-1-git-send-email-koriakin@0x04.net> Cc: gdb-patches@sourceware.org From: =?UTF-8?Q?Marcin_Ko=c5=9bcielnicki?= Message-ID: <56C6134F.5050508@0x04.net> Date: Thu, 18 Feb 2016 18:54:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1454061214-29747-1-git-send-email-koriakin@0x04.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00570.txt.bz2 On 29/01/16 10:53, Marcin Kościelnicki wrote: > It seems the 180 seconds timeout is quite tight on my z13 machine, > and causes failures when the machine is somewhat loaded. > > gdb/testsuite/ChangeLog: > > * gdb.trace/tspeed.exp: Bump the timeout to 600 seconds. > --- I've since learned of an earlier unpushed patch solving the same issue: https://sourceware.org/ml/gdb-patches/2015-08/msg00658.html . Since it seems to be a smarter fix than mine, I'd like to abandon this patch.