Increase timeout (#310)

* Increase timeout

* Version 24

* Build
This commit is contained in:
Freddy Boulton
2025-05-12 08:56:10 -04:00
committed by GitHub
parent a6a093740f
commit 4ac69ee219
6 changed files with 9 additions and 9 deletions

View File

@@ -183,7 +183,7 @@
const timeoutId = setTimeout(() => {
// @ts-ignore
on_change_cb({ type: "connection_timeout" });
}, 5000);
}, 10000);
start(
stream,