Skip to content

Commit

Permalink
Run on host
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Dec 20, 2024
1 parent 70da4de commit ebb3232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test_util/harness/lxd.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def new_instance(self, network_type: str = "IPv4") -> Instance:
except subprocess.CalledProcessError as e:
raise HarnessError(f"Failed to create LXD container {instance_id}") from e

stubbornly(retries=3, delay_s=5).on(instance_id).exec(
stubbornly(retries=3, delay_s=5).exec(
["snap", "wait", "system", "seed.loaded"]
)
return Instance(self, instance_id)
Expand Down

0 comments on commit ebb3232

Please sign in to comment.