Skip to content

Commit

Permalink
DBG - wait a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Oct 21, 2024
1 parent c71e7f2 commit 7e9e6a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/check-application
Original file line number Diff line number Diff line change
Expand Up @@ -2648,6 +2648,10 @@ class TestApplication(testlib.MachineCase):
b.wait_not_present(".ct-listing-panel-body tbody:nth-of-type(2)")

# Trigger run manually, adds one more healthy run
if self.machine.image == "ubuntu-2204":
print("WAITING")
time.sleep(5) # wait a bit, otherwise the request might be ignored
print("CHECKING")
self.performContainerAction("healthy", "Run health check")
b.wait_visible(".ct-listing-panel-body tbody:nth-of-type(2) svg.green")
b.wait_not_present(".ct-listing-panel-body tbody:nth-of-type(3)")
Expand Down

0 comments on commit 7e9e6a5

Please sign in to comment.