From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16886 invoked by alias); 5 Aug 2019 14:23:10 -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 16830 invoked by uid 89); 5 Aug 2019 14:23:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=ahead X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 05 Aug 2019 14:23:08 +0000 Received: from [172.16.0.120] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id B808F1E4A5; Mon, 5 Aug 2019 10:23:05 -0400 (EDT) Subject: Re: [PATCH] Increase timeout in gdb.mi/list-thread-groups-available.exp To: Tom de Vries , Tom Tromey Cc: Simon Marchi , gdb-patches@sourceware.org References: <20190801143855.1640-1-simon.marchi@efficios.com> <87ftmkagwi.fsf@tromey.com> <9cc09b45-ba14-3299-6f99-b738c349ed94@efficios.com> <87tvazisy8.fsf@tromey.com> <77355b99-49d8-e3c2-f2c1-001e5b1ff595@suse.de> From: Simon Marchi Message-ID: Date: Mon, 05 Aug 2019 14:23:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <77355b99-49d8-e3c2-f2c1-001e5b1ff595@suse.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-08/txt/msg00111.txt.bz2 On 2019-08-05 9:58 a.m., Tom de Vries wrote: > I went ahead and committed a patch introducing with_read1_timeout_factor > ( https://sourceware.org/ml/gdb-patches/2019-08/msg00107.html ). > > Simon, can you commit your patch, fixing both mi_gdb_tests? > > Thanks, > - Tom Thanks, I changed my patch to use with_read1_timeout_factor and pushed it. Simon