Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Chris Metcalf committed May 17, 2012
1 parent 477cc68 commit 286abc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -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>

* sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
Expand Down
2 changes: 1 addition & 1 deletion stdio-common/bug22.c
Expand Up @@ -51,6 +51,6 @@ do_test (void)
return ret != -1 || errno != EOVERFLOW;
}

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

0 comments on commit 286abc3

Please sign in to comment.