Skip to content

Commit

Permalink
Increase test timeout (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Feb 18, 2024
1 parent 767d9fe commit 5daef7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_notebook_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ async def test_should_cycle_through_kernels(self, jp_fetch, jp_argv):
response.body == b"hola {}\n"
), "Unexpected body in response to GET after performing PUT."

@pytest.mark.timeout(10)
@pytest.mark.timeout(20)
async def test_concurrent_request_should_not_be_blocked(self, jp_fetch, jp_argv):
"""Concurrent requests should not be blocked"""
response_long_running = jp_fetch("sleep", "6", method="GET")
Expand Down

0 comments on commit 5daef7c

Please sign in to comment.