Skip to content

Commit

Permalink
Add more timeout to the embedded view test to maybe fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxixes committed Jan 11, 2024
1 parent f702ecd commit f46fca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wirecloud/platform/tests/selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ def test_embedded_view(self):
# Swicth to Wirecloud's iframe
iframe = self.driver.find_element(By.ID, 'iframe')
self.driver.switch_to.frame(iframe)
self.wait_wirecloud_ready(embedded=True)
self.wait_wirecloud_ready(embedded=True, timeout=40)
self.check_public_workspace(frame_id='iframe')

def check_public_workspace(self, frame_id=None):
Expand Down

0 comments on commit f46fca1

Please sign in to comment.