More relaxed timeouts

This commit is contained in:
Pedro Algarvio 2019-05-15 16:10:52 +01:00
parent ca974fba21
commit b1901c5b01
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -4,4 +4,4 @@ import pytest
def test_ping(host):
with host.sudo():
assert host.salt('test.ping')
assert host.salt('test.ping', '--timeout=120')