Commit de807d2f authored by Rafael Monnerat's avatar Rafael Monnerat

testSlapOSMixin: Extend timeout since the configurator might take much longer than the default

parent a2f0cf6b
...@@ -223,6 +223,9 @@ class testSlapOSMixin(ERP5TypeTestCase): ...@@ -223,6 +223,9 @@ class testSlapOSMixin(ERP5TypeTestCase):
self.portal.portal_configurator.startInstallation( self.portal.portal_configurator.startInstallation(
business_configuration,REQUEST=self.portal.REQUEST) business_configuration,REQUEST=self.portal.REQUEST)
self.portal.portal_types.resetDynamicDocumentsOnceAtTransactionBoundary()
self.tic(verbose=True, delay=3600)
def bootstrapSite(self): def bootstrapSite(self):
self.logMessage('SlapOS bootstrapSite') self.logMessage('SlapOS bootstrapSite')
self.getDefaultSystemPreference().setPreferredHateoasUrl("http://dummy/") self.getDefaultSystemPreference().setPreferredHateoasUrl("http://dummy/")
......
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