Skip to content

Commit

Permalink
Remove test time.Sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjr committed Dec 3, 2024
1 parent db75a3a commit d2851f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func main() {
srv.Close()

fmt.Println("IsShuttingDown:", srv.IsShuttingDown())
time.Sleep(100 * time.Millisecond)
}

func httpResponseHandle(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit d2851f0

Please sign in to comment.