Skip to content

Commit

Permalink
increase sleep time after node creation
Browse files Browse the repository at this point in the history
  • Loading branch information
David Steiman committed May 2, 2018
1 parent b331d4f commit 0252aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cluster_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func RunClusterCreate(cmd *cobra.Command, args []string) {

if hetznerProvider.MustWait() {
log.Println("sleep for 10s...")
time.Sleep(5 * time.Second)
time.Sleep(10 * time.Second)
}

coordinator := pkg.NewProgressCoordinator()
Expand Down

0 comments on commit 0252aea

Please sign in to comment.