mirror of https://github.com/docker/compose.git
Merge pull request #4659 from docker/dependency_test_increase_interval
The interval is too damn small
This commit is contained in:
commit
402b0157d4
|
@ -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': {
|
||||
|
|
Loading…
Reference in New Issue