Skip to content

Commit

Permalink
Merge pull request #8 from HubertStefanski/increase-watch-time
Browse files Browse the repository at this point in the history
Increase watch time
  • Loading branch information
aidenkeating authored Apr 6, 2020
2 parents 83b13f8 + efe65d4 commit fdd5580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/cli/cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ var cleanupCmd = &cobra.Command{
if !watch {
break
}
logger.Debug("watch is enabled, waiting 10 seconds before re-invoking")
time.Sleep(time.Second * 10)
logger.Debug("watch is enabled, waiting 30 seconds before re-invoking")
time.Sleep(time.Second * 30)
}
},
}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package version

var (
//Version Version of the Cluster Service
Version = "0.2.2"
Version = "0.2.3"
)

0 comments on commit fdd5580

Please sign in to comment.