Skip to content

Commit

Permalink
feat: remove hard-coded delay
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Oct 17, 2023
1 parent 5219fce commit e80221e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('workspace service', () => {
opensearchServer = await startOpenSearch();
const startOSDResp = await startOpenSearchDashboards();
root = startOSDResp.root;
}, 30000);
});
afterAll(async () => {
await root.shutdown();
await opensearchServer.stop();
Expand Down

0 comments on commit e80221e

Please sign in to comment.