logzio / elasticsearch-stress-test

Stress test tool for Elasticsearch
Apache License 2.0
271 stars 110 forks source link

Increase request timeout #12

Closed danielmitterdorfer closed 7 years ago

danielmitterdorfer commented 7 years ago

With this commit we increase the request timeout for connections to Elasticsearch from the default value (10 seconds) to 60 seconds. This increases the chance significantly that we wait long enough for bulk requests to finish, even if the cluster is overwhelmed.

Closes #11