diff options
author | Chris Metcalf <cmetcalf@ezchip.com> | 2015-11-24 14:07:02 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@ezchip.com> | 2015-11-24 14:09:31 -0500 |
commit | 869c2f1eae93e789fb2deb4c82f3cb2ee2aac9c5 (patch) | |
tree | 9f1a304153c96d15ddfa91011a7c4cdba6535bd2 /misc/tst-tsearch.c | |
parent | 6a4448afe3806fcf607ab9920d45072eafb2e61f (diff) | |
download | glibc-869c2f1eae93e789fb2deb4c82f3cb2ee2aac9c5.zip glibc-869c2f1eae93e789fb2deb4c82f3cb2ee2aac9c5.tar.gz glibc-869c2f1eae93e789fb2deb4c82f3cb2ee2aac9c5.tar.bz2 |
misc/tst-tsearch.c: bump up TIMEOUT to 10 seconds.
Diffstat (limited to 'misc/tst-tsearch.c')
-rw-r--r-- | misc/tst-tsearch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/tst-tsearch.c b/misc/tst-tsearch.c index dca2282..954d7e6 100644 --- a/misc/tst-tsearch.c +++ b/misc/tst-tsearch.c @@ -351,5 +351,6 @@ do_test (void) return total_error; } +#define TIMEOUT 10 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" |