MCPcopy Create free account
hub / github.com/api3dao/airnode / increaseTestTimeout

Function increaseTestTimeout

packages/airnode-node/test/setup/e2e/testing.ts:12–12  ·  view source on GitHub ↗
(timeoutMs = 120_000)

Source from the content-addressed store, hash-verified

10// NOTE: This function must be called outside of the test (the "it" callback), but can be called from inside the
11// "describe" block. See: https://github.com/facebook/jest/issues/11500#issuecomment-1133428341
12export const increaseTestTimeout = (timeoutMs = 120_000) => jest.setTimeout(timeoutMs);
13
14export const deployAirnodeAndMakeRequests = async (filename: string, requests?: Request[]) => {
15 const deployerIndex = getDeployerIndex(filename);

Calls

no outgoing calls

Tested by

no test coverage detected