Skip to content

Commit

Permalink
Fixed checking delay
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Aug 3, 2016
1 parent 7c8a917 commit 4db912a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ func check(host string) string {
}

if info.Status == sslscan.STATUS_IN_PROGRESS {
time.Sleep(5 * time.Second)
time.Sleep(6 * time.Second)
} else {
time.Sleep(10 * time.Second)
time.Sleep(2 * time.Second)
}
}

Expand Down

0 comments on commit 4db912a

Please sign in to comment.