Skip to content

Commit 46551f8

Browse files
committed
increase timeout for flaky smoketest
1 parent 6e63928 commit 46551f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/smoketests/sdk/test_async_storage_object.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
THIRTY_SECOND_TIMEOUT = 30
1616
TWO_MINUTE_TIMEOUT = 120
17+
FOUR_MINUTE_TIMEOUT = 240
1718

1819

1920
class TestAsyncStorageObjectLifecycle:
@@ -464,7 +465,7 @@ async def test_complete_upload_download_workflow(self, async_sdk_client: AsyncRu
464465
# Delete
465466
await obj.delete()
466467

467-
@pytest.mark.timeout(TWO_MINUTE_TIMEOUT)
468+
@pytest.mark.timeout(FOUR_MINUTE_TIMEOUT)
468469
async def test_storage_object_in_devbox_workflow(self, async_sdk_client: AsyncRunloopSDK) -> None:
469470
"""Test workflow: create storage object, write from devbox, download."""
470471
# Create empty storage object

0 commit comments

Comments
 (0)