Skip to content

Commit

Permalink
increase default timeout to 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
alitari committed Sep 3, 2018
1 parent 6531a5f commit cf3d372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ func parseFlags() {
logFilePath = flag.String("logFile", "./kubexp.log", "fullpath to log file, set empty ( -logFile='') if no logfile should be used")
flag.IntVar(&portforwardStartPort, "portForwardStartPort", 32100, "start of portforward range")
flag.IntVar(&restCallTimeout, "restCallTimeout", 3, "time out for rest calls in seconds")
flag.IntVar(&kubeCtlTimeout, "kubectlTimeout", 3, "time out for kubectl calls in seconds")
flag.IntVar(&kubeCtlTimeout, "kubectlTimeout", 5, "time out for kubectl calls in seconds")

flag.IntVar(&clusterLivenessPeriod, "clusterLivenessPeriod", 5, "cluster liveness check period in seconds")

Expand Down

0 comments on commit cf3d372

Please sign in to comment.