diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-11 06:33:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-11 06:33:39 +0100 |
commit | 84e5f966e288da429df3601ce07b00e57b0b36cd (patch) | |
tree | 3dc160a882470ef2aeb86ee49644259f7fe8416a /test/nptl/Makefile.in | |
parent | ae04402816efe99e55e83cf086f695829bf9febc (diff) |
reduce timeoutfactor, fasten test runs!
Diffstat (limited to 'test/nptl/Makefile.in')
-rw-r--r-- | test/nptl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index 700a464cf..09e2804a6 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -211,4 +211,4 @@ OPTS_tst-cancel7 = -c ./tst-cancel7 OPTS_tst-mqueue7 = -- ./tst-mqueue7 OPTS_tst-exec4 = ./tst-exec4 -WRAPPER := env LD_LIBRARY_PATH="$$PWD:.:$(LD_LIBRARY_PATH)" TIMEOUTFACTOR=100 +WRAPPER := env LD_LIBRARY_PATH="$$PWD:.:$(LD_LIBRARY_PATH)" TIMEOUTFACTOR=10 |