Fix http_head test (#1203)

* Fix http_head test
* Longer timeout
This commit is contained in:
proller 2017-09-05 21:53:28 +03:00 committed by GitHub
parent 0e4d49570b
commit 44b44a13d2
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
curl -s --max-time 0.5 -X "HEAD" 'http://localhost:8123/?query=SELECT%201'
curl -s --max-time 0.5 -X "HEAD" 'http://localhost:8123/?query=select+*+from+system.numbers+limit+1000000'