Skip to content

Commit

Permalink
iconvdata/tst-loading: bump up timeout to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Metcalf committed Dec 19, 2014
1 parent 4ef91cd commit 804c54f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2014-12-19 Chris Metcalf <cmetcalf@ezchip.com>

* iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.

* math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
* math/atest-exp2.c (TIMEOUT): Likewise.
* math/atest-sincos.c (TIMEOUT): Likewise.
Expand Down
1 change: 1 addition & 0 deletions iconvdata/tst-loading.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,6 @@ do_test (void)
return result;
}

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

0 comments on commit 804c54f

Please sign in to comment.