Skip to content

Commit

Permalink
add sleep to test changes in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysawant committed May 31, 2024
1 parent 2e85fc4 commit c0000ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airgun/entities/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ def delete(self, entity_name):
def read_subscriptions(self):
"""Return subscriptions table"""
view = self.navigate_to(self, 'All')
import time

time.sleep(900)
return view.table.read()

def sca_alert(self):
Expand Down

0 comments on commit c0000ae

Please sign in to comment.