Skip to content

Commit

Permalink
chore: changed timeouts in addresses api suite
Browse files Browse the repository at this point in the history
  • Loading branch information
abilevych committed Nov 7, 2023
1 parent 4064634 commit 88cf5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-tests/tests/api/addresses.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Helper } from "../../src/helper";
import { Playbook } from "../../src/playbook/playbook";

describe("Address", () => {
jest.setTimeout(localConfig.standardTimeout);
jest.setTimeout(localConfig.extendedTimeout);

const helper = new Helper();
const playbook = new Playbook();
Expand Down

0 comments on commit 88cf5b3

Please sign in to comment.