From e9a49239efc8554b29ad6784723c20a887058862 Mon Sep 17 00:00:00 2001 From: zarazaex69 Date: Mon, 25 May 2026 22:38:38 +0300 Subject: [PATCH] test(e2e): update seichannel options to match vp8channel settings --- internal/e2e/tunnel_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/e2e/tunnel_test.go b/internal/e2e/tunnel_test.go index 20ea2fc..7c1479a 100644 --- a/internal/e2e/tunnel_test.go +++ b/internal/e2e/tunnel_test.go @@ -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 }