Skip to content

Commit 3c3b6ca

Browse files
Liviu RauDevtools-frontend LUCI CQ
authored andcommitted
Avoid timeout at browser launch time
Bug: 390535614 Change-Id: I113b6bc58dbb42e8ac31994d39bed4a39df38710 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6308812 Commit-Queue: Liviu Rau <[email protected]> Reviewed-by: Philip Pfaffe <[email protected]>
1 parent 8d6d6c2 commit 3c3b6ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e_non_hosted/conductor/mocha-interface.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ function customDescribe(suiteImplementation: SuiteFunctions, file: string) {
8787

8888
if (!suite.isPending()) {
8989
suite.beforeAll(async () => {
90+
suite.timeout(0);
9091
return await StateProvider.instance.resolveBrowser(suite);
9192
});
9293
}

0 commit comments

Comments
 (0)