libstdc++: Increase timeout factor for slow pb_ds tests
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.
This commit is contained in:
parent
bd0df30a7b
commit
4337893306
@ -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++ -*-
|
||||
|
||||
|
@ -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++ -*-
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user