We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbf69d commit e88e972Copy full SHA for e88e972
packages/cli/tests/cli/add.test.ts
@@ -43,4 +43,4 @@ describe('Add command', () => {
43
44
expect(expected.equals(abi)).toBe(true);
45
});
46
-});
+}, { timeout: 20_000 });
0 commit comments