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 4b7ae59Copy full SHA for 4b7ae59
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