Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Chris Metcalf committed Jul 20, 2015
1 parent d4358b5 commit d714aca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions localedata/ChangeLog
@@ -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]
Expand Down
1 change: 1 addition & 0 deletions localedata/tst-leaks.c
Expand Up @@ -17,5 +17,6 @@ do_test (void)
return 0;
}

#define TIMEOUT 5
#define TEST_FUNCTION do_test ()
#include "../test-skeleton.c"

0 comments on commit d714aca

Please sign in to comment.