diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2023-12-29 23:06:45 +0100 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2023-12-31 18:17:13 +0100 |
commit | 26fe2808d8c9c4fccc9181af8c4cec5a766260a4 (patch) | |
tree | 2dd48b82ed3a8717f923d40e367f6d0745a0e9fd /libstdc++-v3/testsuite/20_util | |
parent | 505110bb9139a97f77e577d2ab1d537628971c4b (diff) | |
download | gcc-26fe2808d8c9c4fccc9181af8c4cec5a766260a4.zip gcc-26fe2808d8c9c4fccc9181af8c4cec5a766260a4.tar.gz gcc-26fe2808d8c9c4fccc9181af8c4cec5a766260a4.tar.bz2 |
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.
Diffstat (limited to 'libstdc++-v3/testsuite/20_util')
-rw-r--r-- | libstdc++-v3/testsuite/20_util/hash/quality.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/20_util/hash/quality.cc b/libstdc++-v3/testsuite/20_util/hash/quality.cc index 7d4208e..811110e 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. // |