mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-18 03:27:16 +02:00
Sleep longer before running integration tests (#968)
This commit is contained in:
parent
f94f45d9a2
commit
2476a06c48
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue