Skip to content

Commit

Permalink
Tests: test_addgroup: Bump timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr committed Jan 9, 2024
1 parent 2a71576 commit 4c9f484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crystal/tests/test_addgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ async def _expand_node(node_ti: TreeItem, mw: Optional[MainWindow]=None, *, will
stacklevel_extra=1)
await wait_for(
first_child_of_tree_item_is_not_loading_condition(node_ti),
timeout=3.0, # took 2.2s on Windows CI
stacklevel_extra=1)


Expand Down

0 comments on commit 4c9f484

Please sign in to comment.