diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-17 01:14:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-17 01:14:49 +0100 |
commit | 337531c6d5d2b3f04711933ac12432c1fa3f3254 (patch) | |
tree | 9a4b45fcec50013189f404236b25796c2a510d06 /test/regex/tst-regex2.c | |
parent | 4cc585c1b810ea9bee9c85a44b692de6f3d7fc22 (diff) |
increase timeouts to successfully run on slower hardware/emulation, f.e. xtensa
Diffstat (limited to 'test/regex/tst-regex2.c')
-rw-r--r-- | test/regex/tst-regex2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regex/tst-regex2.c b/test/regex/tst-regex2.c index 2e3260a03..bb47d6467 100644 --- a/test/regex/tst-regex2.c +++ b/test/regex/tst-regex2.c @@ -245,6 +245,6 @@ do_test(void) return exitcode; } -#define TIMEOUT 20 +#define TIMEOUT 100 #define TEST_FUNCTION do_test() #include "../test-skeleton.c" |