Skip to content

Commit

Permalink
shorten video delay on participant multi
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Nov 15, 2023
1 parent 0f65ddc commit 8158e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/participant.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func (r *Runner) testParticipantMulti(t *testing.T) {
audioCodec: types.MimeTypeOpus,
audioUnpublish: time.Second * 20,
videoCodec: types.MimeTypeVP8,
videoDelay: time.Second * 10,
videoDelay: time.Second * 5,
}

r.runParticipantTest(t, "3D/Participant/Multi", test,
Expand Down

0 comments on commit 8158e4d

Please sign in to comment.