Functional tests: set introspection_delay to 0

There is no needs to wait before sending the next node on introspection
in functional tests, so set configuration introspection_delay -> 0.

Also functional tests contain explicit sleeps.

Change-Id: If57a34d41cf31e2a436d7b9c66ff954b6321d7de
This commit is contained in:
Anton Arefiev 2017-02-27 19:35:34 +02:00
parent 66386efd5f
commit f35ab5defb
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ enable_setting_ipmi_credentials = True
[DEFAULT]
debug = True
auth_strategy = noauth
introspection_delay = 0
[database]
connection = sqlite:///%(db_file)s
[processing]