Skip to content

Commit ddd226a

Browse files
authored
Update timeout for webview test (#3529)
1 parent 66c64f6 commit ddd226a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/src/test/suite/setup/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ suite('Setup Test Suite', () => {
789789
)
790790

791791
expect(mockDelete).to.be.calledWithExactly(STUDIO_ACCESS_TOKEN_KEY)
792-
})
792+
}).timeout(WEBVIEW_TEST_TIMEOUT)
793793

794794
it('should handle a message to open the experiments webview', async () => {
795795
const { messageSpy, setup, mockOpenExperiments } = buildSetup(disposable)
@@ -868,7 +868,7 @@ suite('Setup Test Suite', () => {
868868
await openUnchanged
869869

870870
expect(mockShow).to.be.calledWithMatch({ sectionCollapsed: undefined })
871-
})
871+
}).timeout(WEBVIEW_TEST_TIMEOUT)
872872
})
873873

874874
it('should open the webview with the Studio section focus for dvc.showStudioSettings and dvc.showStudioConnect', async () => {

0 commit comments

Comments
 (0)