mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Don't reduce test timeout to less than default
This removes all overrides of TIMEOUT that are less than or equal to the default timeout.
This commit is contained in:
@@ -57,6 +57,5 @@ do_test (void)
|
||||
return result;
|
||||
}
|
||||
|
||||
#define TIMEOUT 6
|
||||
#define TEST_FUNCTION do_test ()
|
||||
#include "../test-skeleton.c"
|
||||
|
||||
Reference in New Issue
Block a user