summaryrefslogtreecommitdiff
path: root/tests/unit/api_container_test.py
diff options
context:
space:
mode:
authorAlexander Gerasiov <gerasiov@yandex-team.ru>2018-07-10 14:38:19 +0300
committerAlexander Gerasiov <gerasiov@yandex-team.ru>2018-07-10 14:38:19 +0300
commit598a95848dfa5d5ba13c99741bb54310697a2e78 (patch)
tree9f2131841870ebe4b43b61c9c65ec545178ceba8 /tests/unit/api_container_test.py
parentfa27a6cfe201f8d4241fff59aaa0867cb238122f (diff)
New upstream version 3.4.1
Diffstat (limited to 'tests/unit/api_container_test.py')
-rw-r--r--tests/unit/api_container_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/api_container_test.py b/tests/unit/api_container_test.py
index c33f129..a7e183c 100644
--- a/tests/unit/api_container_test.py
+++ b/tests/unit/api_container_test.py
@@ -1335,7 +1335,7 @@ class ContainerTest(BaseAPIClientTest):
'POST',
url_prefix + 'containers/3cc2351ab11b/restart',
params={'t': 2},
- timeout=DEFAULT_TIMEOUT_SECONDS
+ timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
)
def test_restart_container_with_dict_instead_of_id(self):
@@ -1345,7 +1345,7 @@ class ContainerTest(BaseAPIClientTest):
'POST',
url_prefix + 'containers/3cc2351ab11b/restart',
params={'t': 2},
- timeout=DEFAULT_TIMEOUT_SECONDS
+ timeout=(DEFAULT_TIMEOUT_SECONDS + 2)
)
def test_remove_container(self):