tests: make result_shell_echo_hi compare less of the timedelta; closes #361

Assuming less than one second is too much to ask from Travis.
This commit is contained in:
David Wilson 2018-11-02 13:01:47 +00:00
parent 804bacdadb
commit 5eff8ea4fb
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
that:
- async_out.changed == True
- async_out.cmd == "echo hi"
- 'async_out.delta.startswith("0:00:00")'
- 'async_out.delta.startswith("0:00:")'
- async_out.end.startswith("20")
- async_out.invocation.module_args._raw_params == "echo hi"
- async_out.invocation.module_args._uses_shell == True