Commit e159ab3a authored by Vincent Pelletier's avatar Vincent Pelletier

Increase the maximum safety margin to 10 seconds, as 5 is not always enough here.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1227 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 4c800973
......@@ -63,7 +63,7 @@ NEO_MASTER = 'neomaster'
NEO_STORAGE = 'neostorage'
NEO_ADMIN = 'neoadmin'
DELAY_SAFETY_MARGIN = 5
DELAY_SAFETY_MARGIN = 10
class AlreadyRunning(Exception):
pass
......
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