mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Bump up stdio bug22 timeout from 30 seconds to 60 seconds
The older Tilera platform (tilepro) needs just a hair over 30 seconds to run this on one core.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2012-05-17 Chris Metcalf <cmetcalf@tilera.com>
|
||||||
|
|
||||||
|
* stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
|
||||||
|
|
||||||
2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
|
2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
|
* sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
|
||||||
|
@@ -51,6 +51,6 @@ do_test (void)
|
|||||||
return ret != -1 || errno != EOVERFLOW;
|
return ret != -1 || errno != EOVERFLOW;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define TIMEOUT 30
|
#define TIMEOUT 60
|
||||||
#define TEST_FUNCTION do_test ()
|
#define TEST_FUNCTION do_test ()
|
||||||
#include "../test-skeleton.c"
|
#include "../test-skeleton.c"
|
||||||
|
Reference in New Issue
Block a user