We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0309aa6 commit 264f588Copy full SHA for 264f588
src/weh-ui.js
@@ -140,7 +140,7 @@ function CreatePanel(name,options) {
140
var timer = setTimeout(()=>{
141
browser.tabs.onCreated.removeListener(onUpdated);
142
reject(new Error("Tab did not complete"));
143
- },5000);
+ },60000);
144
function onUpdated(tabId,changeInfo,_tab) {
145
if(tabId == tab.id && _tab.status=="complete") {
146
clearTimeout(timer);
0 commit comments