Skip to content

Commit e88e972

Browse files
committed
Fix CLI test timeout
1 parent dfbf69d commit e88e972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/tests/cli/add.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ describe('Add command', () => {
4343

4444
expect(expected.equals(abi)).toBe(true);
4545
});
46-
});
46+
}, { timeout: 20_000 });

0 commit comments

Comments
 (0)