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 ae5f894 commit 49fe1e2Copy full SHA for 49fe1e2
tests/e2e-playwright/tests/jupyterlabs/test_jupyterlab.py
@@ -154,7 +154,8 @@ def test_jupyterlab(
154
expected_message_type="stdout", expected_message_contents="copied"
155
),
156
timeout=_WAITING_TIME_FILE_CREATION_PER_GB_IN_TERMINAL
157
- * max(int(large_file_size.to("GiB")), 1),
+ * max(int(large_file_size.to("GiB")), 1)
158
+ * 3, # avoids flakyness since timeout is deterimned based on size
159
):
160
terminal.fill(
161
f"dd if=/dev/urandom of=output.txt bs={large_file_block_size} count={blocks_count} iflag=fullblock"
0 commit comments