]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Increase timeout factor for hppa*-*-* in gcc.dg/long_branch.c
authorJohn David Anglin <danglin@gcc.gnu.org>
Mon, 2 Oct 2023 20:23:06 +0000 (20:23 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 2 Oct 2023 20:23:06 +0000 (20:23 +0000)
2023-10-02  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

* gcc.dg/long_branch.c: Increase timeout factor for hppa*-*-*.

gcc/testsuite/gcc.dg/long_branch.c

index c1ac24f511662a8e91234d55f90a34973541d742..ba80ab3d15ba15a95639f63d7c7baccca02dfbd3 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do run } */
 /* { dg-options "-O2 -fno-reorder-blocks" } */
 /* { dg-skip-if "limited code space" { pdp11-*-* } } */
-/* { dg-timeout-factor 2.0 { target hppa*-*-* } } */
+/* { dg-timeout-factor 4.0 { target hppa*-*-* } } */
 
 void abort ();