Skip to content

Commit

Permalink
Merge pull request #12 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Improvements
  • Loading branch information
andyone authored Aug 3, 2016
2 parents 5255527 + 4db912a commit 47244df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Usage demo

[![asciicast](https://essentialkaos.com/github/sslcli-100.gif)](https://asciinema.org/a/81612)
[![asciicast](https://essentialkaos.com/github/sslcli-101.gif)](https://asciinema.org/a/81685)

## Installation

Expand Down

0 comments on commit 47244df

Please sign in to comment.