File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
extension/src/test/suite/setup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ( ) => {
You can’t perform that action at this time.
0 commit comments