File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export class ServerActions extends CommonDriverExtension {
10
10
* // todo: investigate if it is better to put it before all tests?
11
11
*/
12
12
static async waitForServerInitialized ( ) : Promise < void > {
13
- const TIMEOUT = 30_000
13
+ const TIMEOUT = 10_000
14
14
const start = Date . now ( )
15
15
16
16
while ( Date . now ( ) - start < TIMEOUT ) {
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ describe('Agreements Verification', () => {
34
34
addDatabaseView = new AddDatabaseView ( )
35
35
welcomeView = new WelcomeView ( )
36
36
37
- await ServerActions . waitForServerInitialized ( )
38
- await browser . waitForWorkbench ( 20_000 )
39
37
await new TitleBar ( ) . getWindowControls ( ) . maximize ( )
40
38
await ( await new ActivityBar ( ) . getViewControl ( 'Redis for VS Code' ) ) ?. openView ( )
39
+ await ServerActions . waitForServerInitialized ( )
40
+ await browser . waitForWorkbench ( 20_000 )
41
41
} )
42
42
beforeEach ( async ( ) => {
43
43
await eulaView . switchToInnerViewFrame ( InnerViews . EulaInnerView )
You can’t perform that action at this time.
0 commit comments