Skip to content

Commit

Permalink
Changed sleep to 3s
Browse files Browse the repository at this point in the history
  • Loading branch information
GJSBRT committed Apr 18, 2023
1 parent e3a6b6e commit 7be2497
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(1 * time.Second)
time.Sleep(3 * time.Second)
lock.unlock()
return resourceVirtualServerRead(d, meta)
}
Expand Down

0 comments on commit 7be2497

Please sign in to comment.