Skip to content

Commit

Permalink
Give more time for virtcard to load
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed Aug 22, 2023
1 parent 62f6d65 commit 84a846e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airgun/entities/host_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ def get_virtualization(self, entity_name):
view.wait_displayed()
self.browser.plugin.ensure_page_safe()
view.details.virtualization.read()
time.sleep(3)
return view.details.virtualization.read()

def add_new_parameter(self, entity_name, parameter_name, parameter_type, parameter_value):
Expand Down

0 comments on commit 84a846e

Please sign in to comment.