Skip to content

Commit 264f588

Browse files
committed
increased tab load timeout from 5s to 60s
1 parent 0309aa6 commit 264f588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/weh-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function CreatePanel(name,options) {
140140
var timer = setTimeout(()=>{
141141
browser.tabs.onCreated.removeListener(onUpdated);
142142
reject(new Error("Tab did not complete"));
143-
},5000);
143+
},60000);
144144
function onUpdated(tabId,changeInfo,_tab) {
145145
if(tabId == tab.id && _tab.status=="complete") {
146146
clearTimeout(timer);

0 commit comments

Comments
 (0)