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:
Jonathan Wakely 2021-09-16 20:10:02 +01:00
parent bd0df30a7b
commit 4337893306
2 changed files with 2 additions and 2 deletions

View 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++ -*-

View 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++ -*-