We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa3f7e commit e2c1ed1Copy full SHA for e2c1ed1
1 file changed
tests/integration/test_upload.py
@@ -670,10 +670,10 @@ async def test_cancel_upload_chunk(
670
671
upload_box.send_keys(str(target_file))
672
upload_button.click()
673
- await asyncio.sleep(1)
+ await asyncio.sleep(2)
674
cancel_button.click()
675
676
- await asyncio.sleep(12)
+ await asyncio.sleep(11)
677
678
# But there should never be a final progress record for a cancelled upload.
679
for p in driver.find_elements(By.XPATH, "//*[@id='stream_progress_dicts']/p"):
0 commit comments