mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
More relaxed timeouts
This commit is contained in:
parent
ca974fba21
commit
b1901c5b01
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue