mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
math: increase timeout for math/atest-*.c
These tests run in the 2-5 second range on tilegx, so just bump up the timeout to 10 seconds generically.
This commit is contained in:
@ -278,5 +278,6 @@ do_test (void)
|
||||
return (sin_failures == 0 && cos_failures == 0) ? 0 : 1;
|
||||
}
|
||||
|
||||
#define TIMEOUT 10
|
||||
#define TEST_FUNCTION do_test ()
|
||||
#include "../test-skeleton.c"
|
||||
|
Reference in New Issue
Block a user