Sleep longer before running integration tests (#968)

This commit is contained in:
Cuong Manh Le 2020-06-23 02:14:34 +07:00 committed by GitHub
parent f94f45d9a2
commit 2476a06c48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,7 +230,7 @@ func applyManifests(ctx context.Context, jsonsrc string) error {
} }
<-ticker.C <-ticker.C
} }
time.Sleep(time.Second * 10) time.Sleep(time.Minute)
log.Info().Msg("all deployments are ready") log.Info().Msg("all deployments are ready")
return nil return nil