Skip to content

Commit

Permalink
Increase timeout just for case of the overloaded test server
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovsky committed Mar 23, 2022
1 parent cd9b3c9 commit 77db452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tribler/gui/tests/test_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def fixture_window(tmpdir_factory):
screenshot(window, name="tribler_loading")
wait_for_signal(
window.core_manager.events_manager.core_connected,
timeout=20,
condition=lambda: window.tribler_started or (
window.core_manager.core_started and not window.core_manager.core_running)
)
Expand Down

0 comments on commit 77db452

Please sign in to comment.