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:
Chris Metcalf 2015-07-20 17:32:34 -04:00
parent d4358b51c2
commit d714acac7d
2 changed files with 5 additions and 0 deletions

View file

@ -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>
[BZ #17475]

View file

@ -17,5 +17,6 @@ do_test (void)
return 0;
}
#define TIMEOUT 5
#define TEST_FUNCTION do_test ()
#include "../test-skeleton.c"