Skip to content

Commit 5daef7c

Browse files
authored
Increase test timeout (#397)
1 parent 767d9fe commit 5daef7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_notebook_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ async def test_should_cycle_through_kernels(self, jp_fetch, jp_argv):
264264
response.body == b"hola {}\n"
265265
), "Unexpected body in response to GET after performing PUT."
266266

267-
@pytest.mark.timeout(10)
267+
@pytest.mark.timeout(20)
268268
async def test_concurrent_request_should_not_be_blocked(self, jp_fetch, jp_argv):
269269
"""Concurrent requests should not be blocked"""
270270
response_long_running = jp_fetch("sleep", "6", method="GET")

0 commit comments

Comments
 (0)