Skip to content

Commit

Permalink
fix: bump timeout on common test.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielye committed Jul 8, 2023
1 parent b083531 commit c9bc87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/src/barretenberg_api/common.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe('env', () => {

beforeAll(async () => {
api = await newBarretenbergApiAsync(3);
});
}, 15000);

afterAll(async () => {
await api.destroy();
Expand Down

0 comments on commit c9bc87d

Please sign in to comment.