Skip to content

Commit

Permalink
SQ -> Tests: Increase timeout for AddGroupDialog.wait_for()
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr committed Dec 26, 2023
1 parent 93144d6 commit c3f28ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/crystal/tests/util/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,6 @@ class AddGroupDialog:
@staticmethod
async def wait_for() -> AddGroupDialog:
self = AddGroupDialog(ready=True)
self.main_window = await wait_for(
window_condition('cr-main-window'),
timeout=self._connect_timeout)
add_group_dialog = await wait_for(
AddGroupDialog.window_condition(),
timeout=4.0 # 2.0s isn't long enough for macOS test runners on GitHub Actions
Expand Down

0 comments on commit c3f28ca

Please sign in to comment.