Commit cd0401c3 authored by Rafael Monnerat's avatar Rafael Monnerat

testSlapOSMixin: Increase upgrade/configurator timeout

  Now the activities takes longer to run and configure the site
parent ff26d148
......@@ -222,7 +222,8 @@ class testSlapOSMixin(ERP5TypeTestCase):
business_configuration,REQUEST=self.portal.REQUEST)
self.portal.portal_types.resetDynamicDocumentsOnceAtTransactionBoundary()
self.tic(verbose=True, delay=3600)
# Delay 2 hours
self.tic(verbose=True, delay=2 * 60 * 60)
# Set post upgrade configurations for the tests
preference_tool = self.portal.portal_preferences.portal_preferences
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment