Commit 8a7b7ade authored by Vincent Pelletier's avatar Vincent Pelletier

testUpgradeInstanceWithOldDataFs: Extend default tic delay before timeout.

This tic call has a lot of activities to process. Checking test result
history over the last 2 months, the whole test runtime is mostly under
800s, but with a handful of spikes around 1600s, with one at 2300s. So
pick just slightly more than the worst over 2 months.
parent c2e728a1
Pipeline #19243 failed with stage
in 0 seconds
......@@ -132,7 +132,7 @@ class TestUpgradeInstanceWithOldDataFs(ERP5TypeTestCase):
alarm.Alarm_solve()
self.tic()
self.tic(delay=2400)
self.assertEquals([x.detail for x in alarm.getLastActiveProcess().getResultList()], [])
......
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