Skip to content

Commit

Permalink
6.14.z changes - increse timeout for read subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysawant committed Jun 5, 2024
1 parent d62403a commit 41d5e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/entities/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def delete(self, entity_name):
def read_subscriptions(self):
"""Return subscriptions table"""
view = self.navigate_to(self, 'All')
view.wait_displayed(timeout=10, delay=1)
view.wait_displayed(timeout=20, delay=5)
return view.table.read()


Expand Down

0 comments on commit 41d5e5f

Please sign in to comment.