mirror of
https://github.com/docker/compose.git
synced 2025-07-22 13:14:29 +02:00
The interval is too damn small
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
14115a3570
commit
6cbedb78cc
@ -1419,7 +1419,7 @@ class ProjectTest(DockerClientTestCase):
|
|||||||
'test': 'exit 0',
|
'test': 'exit 0',
|
||||||
'retries': 1,
|
'retries': 1,
|
||||||
'timeout': '10s',
|
'timeout': '10s',
|
||||||
'interval': '0.1s'
|
'interval': '1s'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'svc2': {
|
'svc2': {
|
||||||
@ -1456,7 +1456,7 @@ class ProjectTest(DockerClientTestCase):
|
|||||||
'test': 'exit 1',
|
'test': 'exit 1',
|
||||||
'retries': 1,
|
'retries': 1,
|
||||||
'timeout': '10s',
|
'timeout': '10s',
|
||||||
'interval': '0.1s'
|
'interval': '1s'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'svc2': {
|
'svc2': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user