We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b2666 commit a88c93bCopy full SHA for a88c93b
tests/src/python/test_qgsappstartup.py
@@ -48,7 +48,7 @@ def tearDownClass(cls):
48
# TODO: refactor parameters to **kwargs to handle all startup combinations
49
def doTestStartup(self, option='', testDir='', testFile='',
50
loadPlugins=False, customization=False,
51
- timeOut=15, env=None, additionalArguments=[]):
+ timeOut=90, env=None, additionalArguments=[]):
52
"""Run QGIS with the given option. Wait for testFile to be created.
53
If time runs out, fail.
54
"""
0 commit comments