diff mbox

PATCH to libmudflap.cth/pass40-frag.c for testsuite/20003

Message ID 4CCE1B9D.8040209@redhat.com
State New
Headers show

Commit Message

Jason Merrill Nov. 1, 2010, 1:45 a.m. UTC
PR 20003 just states that the timeout on this test is too slow for 
systems under load; I ran into this the other day, and decided to deal 
with it by increasing the timeout.

Tested x86_64-pc-linux-gnu, applied to trunk as obvious.
commit aae1d3003b6b6e99372244156e187765d118efda
Author: Jason Merrill <jason@redhat.com>
Date:   Thu Oct 28 09:28:45 2010 -0400

    	PR testsuite/20003
    	* testsuite/libmudflap.cth/pass40-frag.c: Increase timeout to 30.
diff mbox

Patch

diff --git a/libmudflap/testsuite/libmudflap.cth/pass40-frag.c b/libmudflap/testsuite/libmudflap.cth/pass40-frag.c
index 4bba4d3..007cb16 100644
--- a/libmudflap/testsuite/libmudflap.cth/pass40-frag.c
+++ b/libmudflap/testsuite/libmudflap.cth/pass40-frag.c
@@ -45,7 +45,7 @@  int main ()
         return (0);
 }
 
-/* { dg-timeout 20 } */
+/* { dg-timeout 30 } */
 /* { dg-output "100 200 300 400 500 600 700 800 900 1000 \n" } */
 /* { dg-output "1100 1200 1300 1400 1500 1600 1700 1800 1900 2000 \n" } */
 /* { dg-output "2100 2200 2300 2400 2500 2600 2700 2800 2900 3000 \n" } */