Commit a749ebb8 authored by Rafael Monnerat's avatar Rafael Monnerat

tests: Delay 4 hours waiting for configurator

  There are really slow servers running tests, if they fail it cause way too many false positives.

  On a distributed tests environment, it is OK, since the fast servers may pick all the tests anyway,
  causing a bad node be ignored.
parent 176ddbf4
......@@ -222,8 +222,8 @@ class testSlapOSMixin(ERP5TypeTestCase):
business_configuration,REQUEST=self.portal.REQUEST)
self.portal.portal_types.resetDynamicDocumentsOnceAtTransactionBoundary()
# Delay 2 hours
self.tic(verbose=True, delay=2 * 60 * 60)
# Delay 4 hours
self.tic(verbose=True, delay=4 * 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