We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283f3b8 commit 724a133Copy full SHA for 724a133
tests/services/kernels/test_execution_state.py
@@ -17,7 +17,7 @@
17
MINIMUM_CONSISTENT_COUNT = 4
18
19
20
-@pytest.mark.flaky(max_runs=3)
+@pytest.mark.flaky(max_runs=5)
21
async def test_execution_state(jp_fetch, jp_ws_fetch):
22
r = await jp_fetch("api", "kernels", method="POST", allow_nonstandard_methods=True)
23
kernel = json.loads(r.body.decode())
0 commit comments