Skip to content

Commit a88c93b

Browse files
committed
Followup 91ad20, increase startup test timeout
Now that the test has been improved we can safely bump the timeout up a lot
1 parent 95b2666 commit a88c93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/python/test_qgsappstartup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def tearDownClass(cls):
4848
# TODO: refactor parameters to **kwargs to handle all startup combinations
4949
def doTestStartup(self, option='', testDir='', testFile='',
5050
loadPlugins=False, customization=False,
51-
timeOut=15, env=None, additionalArguments=[]):
51+
timeOut=90, env=None, additionalArguments=[]):
5252
"""Run QGIS with the given option. Wait for testFile to be created.
5353
If time runs out, fail.
5454
"""

0 commit comments

Comments
 (0)