From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2152) id 76C6B3858D1E; Sun, 31 Dec 2023 17:17:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 76C6B3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704043056; bh=xor+Pfpe0WI49NHBDEN4XisvexG7LATCEUE7J8g4qio=; h=From:To:Subject:Date:From; b=chBvPtQ1PCrkWssiFTm6mbqjwLLOR38gtfVsa5CKphYP1dF5ysonGVDxEUAcwnKbA 3nvrOwsenRTsHvjKfzaSUGLVbKVqk/QtFa8CUtjLukeY4sJdzrl4ufYCW/3bfkRplS WJtWjfUJv67gfvxvFkS9p3/VYxA43wd2ZGh804wU= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Hans-Peter Nilsson To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r14-6873] libstdc++ testsuite/20_util/hash/quality.cc: Increase timeout 3x X-Act-Checkin: gcc X-Git-Author: Hans-Peter Nilsson X-Git-Refname: refs/heads/master X-Git-Oldrev: 505110bb9139a97f77e577d2ab1d537628971c4b X-Git-Newrev: 26fe2808d8c9c4fccc9181af8c4cec5a766260a4 Message-Id: <20231231171736.76C6B3858D1E@sourceware.org> Date: Sun, 31 Dec 2023 17:17:36 +0000 (GMT) List-Id: https://gcc.gnu.org/g:26fe2808d8c9c4fccc9181af8c4cec5a766260a4 commit r14-6873-g26fe2808d8c9c4fccc9181af8c4cec5a766260a4 Author: Hans-Peter Nilsson Date: Fri Dec 29 23:06:45 2023 +0100 libstdc++ testsuite/20_util/hash/quality.cc: Increase timeout 3x Testing for mmix (a 64-bit target using Knuth's simulator). The test is largely pruned for simulators, but still needs 5m57s on my laptop from 3.5 years ago to run to successful completion. Perhaps slow hosted targets could also have problems so increasing the timeout limit, not just for simulators but for everyone, and by more than a factor 2. * testsuite/20_util/hash/quality.cc: Increase timeout by a factor 3. Diff: --- libstdc++-v3/testsuite/20_util/hash/quality.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libstdc++-v3/testsuite/20_util/hash/quality.cc b/libstdc++-v3/testsuite/20_util/hash/quality.cc index 7d4208ed6d2..811110efc02 100644 --- a/libstdc++-v3/testsuite/20_util/hash/quality.cc +++ b/libstdc++-v3/testsuite/20_util/hash/quality.cc @@ -1,5 +1,6 @@ // { dg-options "-DNTESTS=1 -DNSTRINGS=100 -DSTRSIZE=21" { target simulator } } // { dg-do run { target c++11 } } +// { dg-timeout-factor 3 } // Copyright (C) 2010-2023 Free Software Foundation, Inc. //