From 22cc29f72330c5dbca3473eef2546a6c5484f187 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Fri, 20 Sep 2024 18:26:04 +1200 Subject: [PATCH] Increase po token android timeout --- materialious/src/lib/patches/poTokenAndroid.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materialious/src/lib/patches/poTokenAndroid.ts b/materialious/src/lib/patches/poTokenAndroid.ts index cf7eafb7..e05bc93a 100644 --- a/materialious/src/lib/patches/poTokenAndroid.ts +++ b/materialious/src/lib/patches/poTokenAndroid.ts @@ -111,7 +111,7 @@ attemptClickPlayButton(); setTimeout(() => { reject(new Error('Timeout trying to pull Po tokens')); InAppBrowser.removeAllListeners(); - }, 20000); + }, 30000); InAppBrowser.openWebView({ url: 'https://www.youtube.com/embed/jNQXAC9IVRw',