Simple smoke test for parallell scans

This commit is contained in:
Jakob Borg
2014-12-02 22:13:08 +01:00
parent 0726472b91
commit 9cc8b7c858
2 changed files with 92 additions and 1 deletions

View File

@@ -149,7 +149,7 @@ func (p *syncthingProcess) get(path string) (*http.Response, error) {
func (p *syncthingProcess) post(path string, data io.Reader) (*http.Response, error) {
client := &http.Client{
Timeout: 2 * time.Second,
Timeout: 600 * time.Second,
Transport: &http.Transport{
DisableKeepAlives: true,
},