Skip to content

Commit

Permalink
fix: 1568 Fixing S3 Connection Building
Browse files Browse the repository at this point in the history
* fixes s3 connection building, allowing us to wait for a short period
  of time to allow the secret for longhorn-system to be built on
  Harvester side

Resovles: fix/1568
See also: harvester#1568
  • Loading branch information
irishgordo committed Oct 9, 2024
1 parent 4d4d22b commit 3dab7e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions harvester_e2e_tests/integrations/test_4_vm_backup_restore.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ def config_backup_target(api_client, conflict_retries, backup_config, wait_timeo
f'Failed to update backup target to {backup_type} with {config}\n'
f"API Status({code}): {data}"
)
# sleeping to allow longhorn secret to be built on Harvester side
sleep(5)

yield spec

Expand Down

0 comments on commit 3dab7e0

Please sign in to comment.