From b1901c5b013a2f2c7c99e5d3312297d31fce3e6b Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Wed, 15 May 2019 16:10:52 +0100 Subject: [PATCH] More relaxed timeouts --- tests/integration/test_connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_connection.py b/tests/integration/test_connection.py index bcf986a..c32f88f 100644 --- a/tests/integration/test_connection.py +++ b/tests/integration/test_connection.py @@ -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')