mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-05 09:01:07 +00:00
tst-leaks: raise timeout to 5 seconds
This test takes about 2.3 seconds on my tilegx system, and so times out. Bump it up to 5 seconds instead.
This commit is contained in:
parent
d4358b51c2
commit
d714acac7d
@ -1,3 +1,7 @@
|
|||||||
|
2015-07-20 Chris Metcalf <cmetcalf@ezchip.com>
|
||||||
|
|
||||||
|
* tst-leaks.c (TIMEOUT): Bump up to 5 seconds.
|
||||||
|
|
||||||
2015-07-15 Pravin Satpute <psatpute@redhat.com>
|
2015-07-15 Pravin Satpute <psatpute@redhat.com>
|
||||||
|
|
||||||
[BZ #17475]
|
[BZ #17475]
|
||||||
|
@ -17,5 +17,6 @@ do_test (void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define TIMEOUT 5
|
||||||
#define TEST_FUNCTION do_test ()
|
#define TEST_FUNCTION do_test ()
|
||||||
#include "../test-skeleton.c"
|
#include "../test-skeleton.c"
|
||||||
|
Loading…
Reference in New Issue
Block a user