From 85cefbc66e7a4a179324585215ddbfe56fad9473 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Wed, 5 Apr 2023 15:40:52 +0000 Subject: [PATCH] Fix 22_locale/locale/cons/12658_thread-2.cc on hppa. 2023-04-05 John David Anglin libstdc++-v3/ChangeLog: * testsuite/22_locale/locale/cons/12658_thread-2.cc: Double timeout factor on hppa*-*-*. --- libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc index 1ce85b7475d..d198a0ac304 100644 --- a/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc +++ b/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-2.cc @@ -3,6 +3,7 @@ // { dg-require-effective-target pthread } // { dg-require-namedlocale "en_US.ISO8859-1" } // { dg-require-namedlocale "fr_FR.ISO8859-15" } +// { dg-timeout-factor 2.0 { target hppa*-*-* } } // Copyright (C) 2004-2023 Free Software Foundation, Inc. // -- 2.11.4.GIT