From 0e41d3257067749b47b240c097a761844c3f54c3 Mon Sep 17 00:00:00 2001 From: hensm Date: Sun, 13 Sep 2020 15:59:16 +0100 Subject: [PATCH] Increase bridge timeout --- ext/src/lib/bridge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/src/lib/bridge.ts b/ext/src/lib/bridge.ts index e1549d1..6dae9b9 100644 --- a/ext/src/lib/bridge.ts +++ b/ext/src/lib/bridge.ts @@ -14,7 +14,7 @@ import { ReceiverSelectionCast , ReceiverSelectionStop } from "../background/receiverSelector/ReceiverSelector"; -export const BRIDGE_TIMEOUT = 500; +export const BRIDGE_TIMEOUT = 5000; async function connect (): Promise { const applicationName = await options.get("bridgeApplicationName");