Skip to content

Commit cf92aac

Browse files
committed
Add wait between tests
1 parent 05966b5 commit cf92aac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/orchestrator/connect/connect-command.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ describe.sequential('Connect orchestrator tests', () => {
7777

7878
const wait = (ms: number) => new Promise(resolve => setTimeout(resolve, ms));
7979

80-
afterEach(() => {
80+
afterEach(async () => {
81+
await wait(200);
8182
vi.resetAllMocks();
8283
MockOs.reset();
8384
})

0 commit comments

Comments
 (0)