Skip to content

Commit

Permalink
Increase QML init waiting time
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlatwe committed Oct 2, 2018
1 parent dc4c17e commit 3835164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyblish_qml/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3835164

Please sign in to comment.