]> gcc.gnu.org Git - gcc.git/commitdiff
libstdc++: Increase timeout factor for slow pb_ds tests
authorJonathan Wakely <jwakely@redhat.com>
Thu, 16 Sep 2021 19:10:02 +0000 (20:10 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 16 Sep 2021 22:06:38 +0000 (23:06 +0100)
Compiling these tests still times out too often when running the
testsuite with more parallel jobs than there are available cores.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/ChangeLog:

* testsuite/ext/pb_ds/regression/tree_map_rand.cc: Increase
timeout factor to 3.
* testsuite/ext/pb_ds/regression/tree_set_rand.cc: Likewise.

libstdc++-v3/testsuite/ext/pb_ds/regression/tree_map_rand.cc
libstdc++-v3/testsuite/ext/pb_ds/regression/tree_set_rand.cc

index 8ff6e9260037effce16ec069b9bb49cdaf9623cf..62904749ee710a029bd7685e7a2c19cff84c8767 100644 (file)
@@ -4,7 +4,7 @@
 // { dg-require-cstdint "" }
 // This can take long on simulators, timing out the test.
 // { dg-options "-DITERATIONS=5" { target simulator } }
-// { dg-timeout-factor 2.0 }
+// { dg-timeout-factor 3.0 }
 
 // -*- C++ -*-
 
index af7f7ffde2295498a5a8a462788386d4ee79d2d7..16a864e0e306493f8252d60bbe7813df7f255d07 100644 (file)
@@ -4,7 +4,7 @@
 // { dg-require-cstdint "" }
 // This can take long on simulators, timing out the test.
 // { dg-options "-DITERATIONS=5" { target simulator } }
-// { dg-timeout-factor 2.0 }
+// { dg-timeout-factor 3.0 }
 
 // -*- C++ -*-
 
This page took 0.05787 seconds and 5 git commands to generate.