Przeglądaj źródła

The interval is too damn small

Signed-off-by: Joffrey F <[email protected]>
Joffrey F 8 lat temu
rodzic
commit
732bf52a4e
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      tests/integration/project_test.py

+ 2 - 2
tests/integration/project_test.py

@@ -1419,7 +1419,7 @@ class ProjectTest(DockerClientTestCase):
                         'test': 'exit 0',
                         'retries': 1,
                         'timeout': '10s',
-                        'interval': '0.1s'
+                        'interval': '1s'
                     },
                 },
                 'svc2': {
@@ -1456,7 +1456,7 @@ class ProjectTest(DockerClientTestCase):
                         'test': 'exit 1',
                         'retries': 1,
                         'timeout': '10s',
-                        'interval': '0.1s'
+                        'interval': '1s'
                     },
                 },
                 'svc2': {