Skip to content

Commit 724a133

Browse files
committed
Is five times enough?
1 parent 283f3b8 commit 724a133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/services/kernels/test_execution_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
MINIMUM_CONSISTENT_COUNT = 4
1818

1919

20-
@pytest.mark.flaky(max_runs=3)
20+
@pytest.mark.flaky(max_runs=5)
2121
async def test_execution_state(jp_fetch, jp_ws_fetch):
2222
r = await jp_fetch("api", "kernels", method="POST", allow_nonstandard_methods=True)
2323
kernel = json.loads(r.body.decode())

0 commit comments

Comments
 (0)