Skip to content

Commit

Permalink
Revert "Increased overall timeout at tester"
Browse files Browse the repository at this point in the history
This reverts commit 609f52e.
  • Loading branch information
shadrick committed Nov 17, 2017
1 parent 609f52e commit 04ecc9e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/tenta-dns/stresser/stresser.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,9 @@ func (w *worker) doWork(id uint) {
c.Net = "tcp-tls"
}
c.SingleInflight = true
// c.DialTimeout = time.Second * 10
// c.WriteTimeout = time.Second * 10
// c.ReadTimeout = time.Second * 30
c.Timeout = time.Second * 300
c.DialTimeout = time.Second
c.WriteTimeout = time.Second * 3
c.ReadTimeout = time.Second * 30
in, _, err := c.Exchange(m, net.JoinHostPort(*ip, strconv.Itoa(int(*port))))
s := false
msg := ""
Expand Down

0 comments on commit 04ecc9e

Please sign in to comment.