diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2024-01-20 21:47:35 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2024-01-20 21:47:35 +0000 |
commit | c9c507ff8b46d6d315ca518c0382da98223d45e3 (patch) | |
tree | 7a7792c56644b97e7a22ca9abccb22e061ca825b | |
parent | 584e43e43467c4b7f0accc9c0d75c45e3911f02b (diff) | |
download | gcc-c9c507ff8b46d6d315ca518c0382da98223d45e3.zip gcc-c9c507ff8b46d6d315ca518c0382da98223d45e3.tar.gz gcc-c9c507ff8b46d6d315ca518c0382da98223d45e3.tar.bz2 |
Increase timeout by 2 in libgomp.fortran/alloc-comp-3.f90 on hppa*-*-*
2024-01-20 John David Anglin <danglin@gcc.gnu.org>
libgomp/ChangeLog:
* testsuite/libgomp.fortran/alloc-comp-3.f90: Increase
timeout by 2 on hppa*-*-*.
-rw-r--r-- | libgomp/testsuite/libgomp.fortran/alloc-comp-3.f90 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgomp/testsuite/libgomp.fortran/alloc-comp-3.f90 b/libgomp/testsuite/libgomp.fortran/alloc-comp-3.f90 index 0185859..eb418e8 100644 --- a/libgomp/testsuite/libgomp.fortran/alloc-comp-3.f90 +++ b/libgomp/testsuite/libgomp.fortran/alloc-comp-3.f90 @@ -2,6 +2,7 @@ ! Don't cycle by default through all options, just test -O0 and -O2, ! as this is quite large test. ! { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O0" "-O2" } } +! { dg-timeout-factor 2.0 { target hppa*-*-* } } module m type dl |