Skip to content

Commit

Permalink
worker_base.go: increase RequestTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSkralivetsky authored Aug 8, 2020
1 parent 1937215 commit 0669ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpblaster/worker/worker_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const DialTimeout = 600 * time.Second
const RequestTimeout = 600 * time.Second
const RequestTimeout = 900 * time.Second

var do_once sync.Once

Expand Down

0 comments on commit 0669ba2

Please sign in to comment.