benchtests/bench-strtod.c: Increase timeout value

This benchmark can take longer than the default 2 seconds on slower
platforms, so increase it to 10 seconds.

ChangeLog:

2014-03-26  Will Newton <will.newton@linaro.org>

	* benchtests/bench-strtod.c (TIMEOUT): Define to 10.
This commit is contained in:
Will Newton 2014-03-25 15:27:22 +00:00
parent a5e5f1e281
commit 60a2f3c166
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-03-26 Will Newton <will.newton@linaro.org>
* benchtests/bench-strtod.c (TIMEOUT): Define to 10.
2014-03-25 Roland McGrath <roland@hack.frob.com>
* scripts/versionlist.awk: Partition the version sets and emit all

View File

@ -114,4 +114,7 @@ do_bench (void)
#define TEST_FUNCTION do_bench ()
/* On slower platforms this test needs more than the default 2 seconds. */
#define TIMEOUT 10
#include "../test-skeleton.c"