Commit 30b582e5 authored by Jérome Perrin's avatar Jérome Perrin

Revert "grid.promise: check is promise is alive more often to speed up a bit"

This reverts commit f03ce7ee
parent 7778f454
......@@ -483,7 +483,7 @@ class PromiseLauncher(object):
self.logger.info("Checking promise %s..." % promise_name)
queue_item = None
sleep_time = 0.05
sleep_time = 0.1
increment_limit = int(self.promise_timeout / sleep_time)
execution_time = self.promise_timeout
ps_profile = False
......
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