Skip to content

Commit

Permalink
Update virtualserver.go
Browse files Browse the repository at this point in the history
  • Loading branch information
GJSBRT committed Apr 18, 2023
1 parent b4deb60 commit e3a6b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dutchis/virtualserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func resourceVirtualServerCreate(d *schema.ResourceData, meta interface{}) error
d.SetId(virtualserver.UUID)

logger.Info().Msg("Created new virtual server")
time.Sleep(5 * time.Second)
time.Sleep(1 * time.Second)
lock.unlock()
return resourceVirtualServerRead(d, meta)
}
Expand Down

0 comments on commit e3a6b6e

Please sign in to comment.