Use stop grace period for container stop.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-11-10 17:47:05 -05:00
commit 079c95c340
5 changed files with 45 additions and 20 deletions

View file

@ -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