test(e2e): update seichannel options to match vp8channel settings

This commit is contained in:
zarazaex69
2026-05-25 22:38:38 +03:00
parent 09f591a26b
commit e9a49239ef

View File

@@ -909,7 +909,7 @@ func e2eTransportOptions(transportName string) transport.Options {
case "vp8channel":
return vp8channel.Options{FPS: 60, BatchSize: 64}
case "seichannel":
return seichannel.Options{FPS: 30, BatchSize: 4, FragmentSize: 512, AckTimeoutMS: 1500}
return seichannel.Options{FPS: 60, BatchSize: 64, FragmentSize: 512, AckTimeoutMS: 1500}
}
return nil
}