The interval is too damn small

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-03-22 14:09:50 -07:00
parent 14115a3570
commit 6cbedb78cc
1 changed files with 2 additions and 2 deletions

View File

@ -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': {