Increase po token android timeout

This commit is contained in:
WardPearce
2024-09-20 18:26:04 +12:00
parent 3aa8de1970
commit 22cc29f723
@@ -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',