Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 1bf029d

Browse files
fix: time sleep
1 parent 12b7bc8 commit 1bf029d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/test_e2e.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ async def test_step(self, client: LiteralClient, async_client: AsyncLiteralClien
176176
await async_client.flush()
177177
is_deleted = await async_client.api.delete_step(id=step.id)
178178
assert is_deleted is True, "Step should be deleted"
179+
time.sleep(1)
179180

180181
deleted_step = await async_client.api.get_step(id=step.id)
181182

0 commit comments

Comments
 (0)