Squish: Raise waiting time when using FileDialog on OSX

Necessary especially when trying to open big files for which the
system file dialog of OSX is creating a preview.

Change-Id: I6d352b78f76571fbb7224902b05e228d584c443a
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2016-05-24 11:14:15 +02:00
parent c1d735503b
commit c9dac0fa61
+1 -1
View File
@@ -228,7 +228,7 @@ def selectFromFileDialog(fileName, waitForFile=False):
nativeType("<Command+Shift+g>")
snooze(1)
nativeType(fileName)
snooze(1)
snooze(2)
nativeType("<Return>")
snooze(3)
nativeType("<Return>")