mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:55:56 +08:00
Increase timeout time for the cluster output
We got reports that 10 seconds can cause connection to be lost
This commit is contained in:
parent
d021fd10fb
commit
6f3298385f
@ -41,7 +41,7 @@ class LocalClusterOutputDevice(UltimakerNetworkedPrinterOutputDevice):
|
|||||||
connection_type=ConnectionType.NetworkConnection,
|
connection_type=ConnectionType.NetworkConnection,
|
||||||
parent=parent
|
parent=parent
|
||||||
)
|
)
|
||||||
|
self._timeout_time = 30
|
||||||
self._cluster_api = None # type: Optional[ClusterApiClient]
|
self._cluster_api = None # type: Optional[ClusterApiClient]
|
||||||
self._active_exported_job = None # type: Optional[ExportFileJob]
|
self._active_exported_job = None # type: Optional[ExportFileJob]
|
||||||
self._printer_select_dialog = None # type: Optional[QObject]
|
self._printer_select_dialog = None # type: Optional[QObject]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user