To make some tests complete in time on some non-x86 systems (especially pthread_create-1_6).
Signed-off-by: Stanislav Kholmanskikh <[email protected]> --- testcases/open_posix_testsuite/bin/run-tests.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/testcases/open_posix_testsuite/bin/run-tests.sh b/testcases/open_posix_testsuite/bin/run-tests.sh index bd8ca14..6737f83 100755 --- a/testcases/open_posix_testsuite/bin/run-tests.sh +++ b/testcases/open_posix_testsuite/bin/run-tests.sh @@ -113,7 +113,7 @@ if [ ! -f "$T0_VAL" ]; then fi if TIMEOUT_RET=$(cat "$T0_VAL"); then - TIMEOUT_VAL=${TIMEOUT_VAL:=240} + TIMEOUT_VAL=${TIMEOUT_VAL:=300} if [ -f test_defs ] ; then . ./test_defs || exit $? fi -- 1.7.1 ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
