mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Followup 91ad20, increase startup test timeout
Now that the test has been improved we can safely bump the timeout up a lot
This commit is contained in:
parent
95b26663f6
commit
a88c93b10e
@ -48,7 +48,7 @@ class TestPyQgsAppStartup(unittest.TestCase):
|
||||
# TODO: refactor parameters to **kwargs to handle all startup combinations
|
||||
def doTestStartup(self, option='', testDir='', testFile='',
|
||||
loadPlugins=False, customization=False,
|
||||
timeOut=15, env=None, additionalArguments=[]):
|
||||
timeOut=90, env=None, additionalArguments=[]):
|
||||
"""Run QGIS with the given option. Wait for testFile to be created.
|
||||
If time runs out, fail.
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user