Skip to content

Commit c9a9929

Browse files
committed
Increases timeout since some requests can be slow
1 parent a56f87c commit c9a9929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/webviewController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ export class WebviewController<
580580
debugger;
581581
setLogScopeExit(scope, undefined, 'TIMEDOUT');
582582
resolve(false);
583-
}, 5000);
583+
}, 30000);
584584
}),
585585
]);
586586

0 commit comments

Comments
 (0)