Run Elasticsearch tests with one shard

pull/3939/head
Karl Hobley 2017-10-19 11:17:50 +01:00
rodzic d067239dfe
commit 208ca70b1f
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -206,6 +206,13 @@ if 'ELASTICSEARCH_URL' in os.environ:
'TIMEOUT': 10,
'max_retries': 1,
'AUTO_UPDATE': False,
'INDEX_SETTINGS': {
'settings': {
'index': {
'number_of_shards': 1
}
}
}
}