Skip to content

Commit 2768701

Browse files
committed
Tone down unreasonable 20 processor test.
1 parent 5189850 commit 2768701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/tests/test_kaleido.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ async def test_all_methods_non_context(simple_figure_with_bytes, tmp_path):
312312
await k.close()
313313

314314

315-
@pytest.mark.parametrize("n_tabs", [1, 5, 20])
315+
@pytest.mark.parametrize("n_tabs", [1, 3, 7])
316316
async def test_tab_count_verification(n_tabs):
317317
"""Test that Kaleido creates the correct number of tabs."""
318318
async with Kaleido(n=n_tabs) as k:

0 commit comments

Comments
 (0)