add timeout
This commit is contained in:
parent
7b3969610f
commit
75e0126194
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ rlJournalStart
|
|||
|
||||
rlGetTestState && {
|
||||
rlPhaseStartTest
|
||||
rlRun "script -c chronyc /dev/null < /dev/null &> out" 0 "Get output"
|
||||
rlRun "timeout 10 script -c chronyc /dev/null < /dev/null &> out" 0,124 "Get output"
|
||||
echo "Output: ###############"
|
||||
cat out
|
||||
rlRun "grep 'ed-move-to-end' out" 0 "If .editrc works, grep will not fail"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue