Skip to content

Commit 33b9c49

Browse files
committed
add sleep to test
1 parent 6692323 commit 33b9c49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stac_fastapi/elasticsearch/tests/resources/test_item.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ def test_item_timestamps(app_client, load_test_data):
289289
resp = app_client.post(
290290
f"/collections/{test_item['collection']}/items", json=test_item
291291
)
292+
time.sleep(1)
292293
item = resp.json()
293294
created_dt = item["properties"]["created"]
294295
time.sleep(1)

0 commit comments

Comments
 (0)