Skip to content

Commit

Permalink
The main hub might need more time to show
Browse files Browse the repository at this point in the history
  • Loading branch information
jstodola committed Apr 4, 2024
1 parent 7720908 commit 6a6e0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anabot/runtime/installation/hub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _wait_for_depsolve(initial=True):
@handle_action('/installation/hub')
def hub_handler(element, app_node, local_node):
_wait_for_depsolve()
local_node = getnode(app_node, "panel", tr("INSTALLATION SUMMARY"))
local_node = getnode(app_node, "panel", tr("INSTALLATION SUMMARY"), timeout=30)
def wait_for_animation_end():
# wait for animation end
for i in range(50):
Expand Down

0 comments on commit 6a6e0ae

Please sign in to comment.