diff options
author | Chris Metcalf <cmetcalf@ezchip.com> | 2014-12-19 16:36:00 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@ezchip.com> | 2014-12-19 16:36:59 -0500 |
commit | 804c54f7b0d37d7d3c673724842135b220ba9c1c (patch) | |
tree | c573ed8124f003254af157d323076f225c1089cf /iconvdata | |
parent | 4ef91cdca8441dba53a01427d95d77789951b9aa (diff) | |
download | glibc-804c54f7b0d37d7d3c673724842135b220ba9c1c.tar.gz |
iconvdata/tst-loading: bump up timeout to 10s
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/tst-loading.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iconvdata/tst-loading.c b/iconvdata/tst-loading.c index eff9d784eb..11bbbf2120 100644 --- a/iconvdata/tst-loading.c +++ b/iconvdata/tst-loading.c @@ -181,5 +181,6 @@ do_test (void) return result; } +#define TIMEOUT 10 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" |