Skip to content

Commit

Permalink
reqMktData requires up te 11 secs to run
Browse files Browse the repository at this point in the history
  • Loading branch information
rylorin committed Nov 18, 2024
1 parent 4103da4 commit de2f0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/unit/api/market-data.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
} from "../sample-data/contracts";

describe("IBApi Market data Tests", () => {
jest.setTimeout(10_000);
jest.setTimeout(20_000); // reqMktData requires up te 11 secs to run

let ib: IBApi;
const clientId = Math.floor(Math.random() * 32766) + 1; // ensure unique client
Expand Down

0 comments on commit de2f0d1

Please sign in to comment.