Skip to content

Commit

Permalink
added sleep to get repos (#874)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8293da7)
  • Loading branch information
ColeHiggins2 authored and web-flow committed Jul 2, 2023
1 parent d00657d commit 4ef3975
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 @@ -324,6 +324,7 @@ def get_repo_sets(self, entity_name, search):
view.wait_displayed()
view.content.repository_sets.searchbar.fill(search)
self.browser.plugin.ensure_page_safe()
time.sleep(3)
return view.content.repository_sets.table.read()

def override_repo_sets(self, entity_name, repo_set, action):
Expand Down

0 comments on commit 4ef3975

Please sign in to comment.