mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Increase socket thread timeout.
This commit is contained in:
parent
d4dc019919
commit
87715afcb8
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from pype.api import Logger
|
|||
class SocketThread(threading.Thread):
|
||||
"""Thread that checks suprocess of storer of processor of events"""
|
||||
|
||||
MAX_TIMEOUT = 35
|
||||
MAX_TIMEOUT = 120
|
||||
|
||||
def __init__(self, name, port, filepath, additional_args=[]):
|
||||
super(SocketThread, self).__init__()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue