mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class LocalClusterOutputDevice(UltimakerNetworkedPrinterOutputDevice):
|
|||
connection_type=ConnectionType.NetworkConnection,
|
||||
parent=parent
|
||||
)
|
||||
|
||||
self._timeout_time = 30
|
||||
self._cluster_api = None # type: Optional[ClusterApiClient]
|
||||
self._active_exported_job = None # type: Optional[ExportFileJob]
|
||||
self._printer_select_dialog = None # type: Optional[QObject]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue