diff --git a/src/tribler/gui/core_manager.py b/src/tribler/gui/core_manager.py index 96a3ae582b0..641fcbbf8e1 100644 --- a/src/tribler/gui/core_manager.py +++ b/src/tribler/gui/core_manager.py @@ -19,7 +19,7 @@ from tribler.gui.utilities import connect API_PORT_CHECK_INTERVAL = 100 # 0.1 seconds between attempts to retrieve Core API port -API_PORT_CHECK_TIMEOUT = 30 # Stop trying to determine API port after 30 seconds +API_PORT_CHECK_TIMEOUT = 120 # Stop trying to determine API port after this number of seconds CORE_OUTPUT_DEQUE_LENGTH = 10