From 46a205f73d58a9ba715ae6dc0c33fddc46152364 Mon Sep 17 00:00:00 2001 From: Peter Pietzuch Date: Fri, 14 Aug 2020 17:31:16 +0000 Subject: [PATCH] Increase LTP timeout --- tests/ltp/run_ltp_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ltp/run_ltp_test.sh b/tests/ltp/run_ltp_test.sh index 3e1809ed2..7db4c798a 100755 --- a/tests/ltp/run_ltp_test.sh +++ b/tests/ltp/run_ltp_test.sh @@ -48,7 +48,7 @@ else fi # Set variables -timeout=60 +timeout=120 total_passed=0 total_failed=0 counter=0