Skip to content

Commit

Permalink
Fix CLI test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
0237h committed Dec 4, 2024
1 parent dfbf69d commit e88e972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/tests/cli/add.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ describe('Add command', () => {

expect(expected.equals(abi)).toBe(true);
});
});
}, { timeout: 20_000 });

0 comments on commit e88e972

Please sign in to comment.