From 3835164e0de6672248bb67300b75f542d557bf87 Mon Sep 17 00:00:00 2001 From: davidlatwe Date: Tue, 2 Oct 2018 23:04:38 +0800 Subject: [PATCH] Increase QML init waiting time --- pyblish_qml/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyblish_qml/app.py b/pyblish_qml/app.py index 0af2ed93..7b11422b 100644 --- a/pyblish_qml/app.py +++ b/pyblish_qml/app.py @@ -259,7 +259,7 @@ def first_appearance_setup(vessel): self.controller.show.emit() # Allow time for QML to initialise - util.schedule(self.controller.reset, 500, channel="main") + util.schedule(self.controller.reset, 1500, channel="main") def hide(self): """Hide GUI