Merge pull request #1290 from Quentin-M/split_clair_clusters

Split clair clusters
This commit is contained in:
Quentin Machu 2016-03-15 11:09:51 -04:00
commit d093a7bde5
2 changed files with 13 additions and 18 deletions

View file

@ -63,5 +63,5 @@ class TestConfig(DefaultConfig):
'ENDPOINT': 'http://mockclairservice/',
'API_VERSION': 'v1',
'ENGINE_VERSION_TARGET': 1,
'API_CALL_TIMEOUT': 1
'API_TIMEOUT_SECONDS': 1
}