Skip to content

Commit

Permalink
orders tests refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
rylorin committed Nov 17, 2024
1 parent 9e2fce5 commit 13773d5
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 507 deletions.
2 changes: 1 addition & 1 deletion src/tests/unit/api-next-live/subscription-registry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Subscription } from "rxjs";
import { IBApiNext, IBApiNextError } from "../../..";

describe("Subscription registry Tests", () => {
jest.setTimeout(20000);
jest.setTimeout(2_000);

const clientId = Math.floor(Math.random() * 32766) + 1; // ensure unique client

Expand Down
Loading

0 comments on commit 13773d5

Please sign in to comment.