Skip to content

Commit

Permalink
higher global timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsullivan committed Nov 30, 2016
1 parent f58e25d commit 25a7612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func fireTorpedos(payload []byte, targets *string, routines *int) {
}()
}

if wgTimeout(&wg, time.Duration(time.Duration(180)*time.Second)) {
if wgTimeout(&wg, time.Duration(time.Duration(900)*time.Second)) {
panic("hit timeout waiting for all routines to finish")
}
log.Printf("All routines completed!\n")
Expand Down

0 comments on commit 25a7612

Please sign in to comment.