Skip to content

Commit

Permalink
Add time sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
yuridekim committed Dec 29, 2023
1 parent e295fb3 commit 2fc7959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {
stopReturn := test_stop(serverNo, vserver)
fmt.Println("Is stop successful: ", stopReturn)

time.Sleep(10) //wait for stop to take place
time.Sleep(20 * time.Second) //wait for stop to take place

deleteReturn := test_delete(serverNo, vserver)
fmt.Println("Is deletion(termination) successful: ", deleteReturn)
Expand Down

0 comments on commit 2fc7959

Please sign in to comment.