aboutsummaryrefslogtreecommitdiff
path: root/testcases/lib
diff options
context:
space:
mode:
authorPetr Vorel <pvorel@suse.cz>2018-11-30 19:14:44 +0100
committerPetr Vorel <pvorel@suse.cz>2018-12-17 10:16:27 +0100
commit8e1bd370bf14bc49ee27094f50f33708030876ce (patch)
tree659dc8087ec68717ce27280dfa087ebd17c14ce1 /testcases/lib
parentf49cb5752d0201e81c256b72773a87a12a8b888d (diff)
tst_test.sh: Add info about LTP_TIMEOUT_MUL into TBROK message
Signed-off-by: Petr Vorel <pvorel@suse.cz>
Diffstat (limited to 'testcases/lib')
-rw-r--r--testcases/lib/tst_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/lib/tst_test.sh b/testcases/lib/tst_test.sh
index 1a5d925f9..e3770d005 100644
--- a/testcases/lib/tst_test.sh
+++ b/testcases/lib/tst_test.sh
@@ -371,7 +371,7 @@ _tst_setup_timer()
tst_res TINFO "timeout per run is ${h}h ${m}m ${s}s"
- sleep $sec && tst_res TBROK "test killed, timeout!" && kill -9 -$pid &
+ sleep $sec && tst_res TBROK "test killed, timeout! If you are running on slow machine, try exporting LTP_TIMEOUT_MUL > 1" && kill -9 -$pid &
_tst_setup_timer_pid=$!
}