Commit c6a37624 authored by Rafael Monnerat's avatar Rafael Monnerat

Increase the time between the checks.

Make test agent delay more time for 2 reasons:

  - slapgrid-cp/sr takes more them 1 min to run
  - The default periodicity on the servers are 5 min, so nothing happens in
        less them 5 minutes.

This change also gives time for vifib master process the information with
activities.
parent e0f09a93
......@@ -380,7 +380,7 @@ def main():
test_title=test_title,
project_title=project_title,
)
test_result.watcher_period = 60
test_result.watcher_period = 300
if log:
test_result.addWatch(log, log_file, max_history_bytes=10000)
assert test_result is not None
......
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