From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-c1p-024060.sys.comcast.net (resqmta-c1p-024060.sys.comcast.net [IPv6:2001:558:fd00:56::3]) by sourceware.org (Postfix) with ESMTPS id BABA9385842C for ; Wed, 7 Jun 2023 17:01:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BABA9385842C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=comcast.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=comcast.net Received: from resomta-c1p-022592.sys.comcast.net ([96.102.18.237]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 256/256 bits) (Client did not present a certificate) by resqmta-c1p-024060.sys.comcast.net with ESMTP id 6rY9qhwHkz0vf6wXeq1Np2; Wed, 07 Jun 2023 17:01:50 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1686157310; bh=nrr7PUF2hy8QeopZ3VREPfEnGjB/a2ejYyZQfKtr3CA=; h=Received:Received:Content-Type:Mime-Version:Subject:From:Date: Message-Id:To:Xfinity-Spam-Result; b=iEnLWXUcM/Jm1H4BOy3gPVMuO/x7bNnBOjF/QMsRhlGHd4PF9DmX6ldeBhPjtlkkW 02X4NkH4BOTbbRMxkfuChZGnACnerIsG3roIViXi4fbWMgCatXgEU+2t2PyB1SHhOO wI7E/ZOkn+T76Cj576U1Dc+Isjmh3LLhMF713kYFLPAYnnmoFjYizNueHBeWyP5Qbv dyJwSEYLdntWscbKKjZ915YRQEraDXff6X7i2m3bNnMmTQrMFIGgLaP+afZDkjEUjp THbfxHVsWDqaDoXOgXFviqIXyfJ9eyUcNhQaocjzUCQrhaIAG5/qam0AGdGf2dOLh8 XLuKkff1wLs/Q== Received: from smtpclient.apple ([IPv6:2601:644:907e:8d30:a1f9:7db3:c600:3238]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 256/256 bits) (Client did not present a certificate) by resomta-c1p-022592.sys.comcast.net with ESMTPSA id 6wXaqSoTF78546wXbqnKgi; Wed, 07 Jun 2023 17:01:49 +0000 X-Xfinity-VMeta: sc=-100.00;st=legit Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.3\)) Subject: Re: [testsuite] bump some tsvc timeouts From: Mike Stump In-Reply-To: Date: Wed, 7 Jun 2023 10:01:46 -0700 Cc: gcc-patches@gcc.gnu.org, Rainer Orth Content-Transfer-Encoding: quoted-printable Message-Id: <47DC1371-62E5-4792-B6E6-64699F1D553D@comcast.net> References: To: Alexandre Oliva X-Mailer: Apple Mail (2.3696.120.41.1.3) X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Jun 7, 2023, at 1:12 AM, Alexandre Oliva wrote: >=20 > Several tests are timing out when targeting x86-*-vxworks with qemu. >=20 > Bump their timeout factor. Ok. I think these are obvious to people that have to work with = simulators and the testsuite so if you want to self approve you can.