Commit c7bd0719 authored by Rafael Monnerat's avatar Rafael Monnerat

tests: Delay 4 hours waiting for configurator

See merge request !542
parents 176ddbf4 a749ebb8
Pipeline #28767 failed with stage
in 0 seconds
...@@ -222,8 +222,8 @@ class testSlapOSMixin(ERP5TypeTestCase): ...@@ -222,8 +222,8 @@ class testSlapOSMixin(ERP5TypeTestCase):
business_configuration,REQUEST=self.portal.REQUEST) business_configuration,REQUEST=self.portal.REQUEST)
self.portal.portal_types.resetDynamicDocumentsOnceAtTransactionBoundary() self.portal.portal_types.resetDynamicDocumentsOnceAtTransactionBoundary()
# Delay 2 hours # Delay 4 hours
self.tic(verbose=True, delay=2 * 60 * 60) self.tic(verbose=True, delay=4 * 60 * 60)
# Set post upgrade configurations for the tests # Set post upgrade configurations for the tests
preference_tool = self.portal.portal_preferences.portal_preferences 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