Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko committed Oct 9, 2023
1 parent 1fea43a commit 6454a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/broadcast_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ func TestTranscodeSegment_CompleteSession(t *testing.T) {
// Create stub server
ts, mux := stubTLSServer()
defer ts.Close()
transcodeDelay := 100 * time.Millisecond
transcodeDelay := 1500 * time.Millisecond
mux.HandleFunc("/segment", func(w http.ResponseWriter, r *http.Request) {
time.Sleep(transcodeDelay)
w.WriteHeader(http.StatusOK)
Expand Down

0 comments on commit 6454a6a

Please sign in to comment.