Skip to content

Commit 2264972

Browse files
Siddharth SaladiSiddharth Saladi
authored andcommitted
removed unnecessary wait
1 parent ceabfde commit 2264972

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/Gradle9TestDevModeActions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ describe('Open and conduct devmode action tests for Gradle 9.0 Project', () => {
2424
// Wait for workbench to be ready
2525
await VSBrowser.instance.waitForWorkbench();
2626
await VSBrowser.instance.openResources(utils.getGradle9ProjectPath());
27-
await utils.getWaitHelper().sleep(20000);
2827
sidebar = new SideBarView();
2928
});
3029

0 commit comments

Comments
 (0)