Skip to content

Commit 62c8bcb

Browse files
committed
Increase timeout on test with long sleeps
Signed-off-by: Joffrey F <[email protected]>
1 parent a2a2d10 commit 62c8bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/api_container_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ def test_attach_no_stream(self):
12511251
output = self.client.attach(container, stream=False, logs=True)
12521252
assert output == 'hello\n'.encode(encoding='ascii')
12531253

1254-
@pytest.mark.timeout(5)
1254+
@pytest.mark.timeout(10)
12551255
@pytest.mark.skipif(os.environ.get('DOCKER_HOST', '').startswith('ssh://'),
12561256
reason='No cancellable streams over SSH')
12571257
def test_attach_stream_and_cancel(self):

0 commit comments

Comments
 (0)