Stay up for 120 mins

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd) 2019-12-21 20:46:28 +00:00
parent 699458cc99
commit f7a9f72e89

View File

@ -80,7 +80,7 @@ func runUp(_ *cobra.Command, _ []string) error {
log.Printf("Supervisor init done in: %s\n", time.Since(start).String()) log.Printf("Supervisor init done in: %s\n", time.Since(start).String())
time.Sleep(time.Minute * 5) time.Sleep(time.Minute * 120)
return nil return nil
} }