diff --git a/xCAT-test/autotest/testcase/xdsh/cases0 b/xCAT-test/autotest/testcase/xdsh/cases0 index b891da7ec..bab5e3f52 100644 --- a/xCAT-test/autotest/testcase/xdsh/cases0 +++ b/xCAT-test/autotest/testcase/xdsh/cases0 @@ -96,7 +96,7 @@ start:xdsh_t label:cn_os_ready,parallel_cmds cmd:date +%s > /tmp/start.txt check:rc==0 -cmd:xdsh $$CN -t 5 "ssh 1.1.1.1" +cmd:xdsh $$CN -t 5 "sleep 10" check:rc!=0 check:output=~Error: (\[.*?\]: )?Caught SIGINT - terminating the child processes. cmd:date +%s > /tmp/end.txt