Skip to content

Commit

Permalink
YDA-5992: increase waiting time for archival of deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Dec 5, 2024
1 parent b8797bb commit 8893788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/step_defs/api/test_api_deposit.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def deposit_exists(user):

@given('deposit is archived')
def deposit_is_archived(user):
time.sleep(15)
time.sleep(30)


@given('the Yoda deposit status API is queried', target_fixture="api_response")
Expand Down

0 comments on commit 8893788

Please sign in to comment.