Use stop grace period for container stop.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
6cac48c056
commit
079c95c340
5 changed files with 45 additions and 20 deletions
|
|
@ -50,3 +50,7 @@ def test_invalid_with_space():
|
|||
|
||||
def test_invalid_with_comma():
|
||||
assert timeparse.timeparse('5h,34m,56s') is None
|
||||
|
||||
|
||||
def test_invalid_with_empty_string():
|
||||
assert timeparse.timeparse('') is None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue