Skip to content

Commit b9d2062

Browse files
committed
Attempt to fix failing airnode-admin e2e test
1 parent 4363593 commit b9d2062

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/airnode-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"cli": "ts-node bin/admin.ts",
1717
"compile": "tsc --build tsconfig.json",
1818
"pack": "yarn pack",
19-
"test:e2e": "jest --selectProjects e2e",
19+
"test:e2e": "jest --selectProjects e2e --runInBand",
2020
"test:e2e:update-snapshot": "yarn test:e2e --updateSnapshot",
2121
"test:e2e:watch": "yarn test:e2e --watch",
2222
"test": "SILENCE_LOGGER=true jest --selectProjects unit",

packages/airnode-admin/test/e2e/cli.feature.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ it('has disabled DEBUG_COMMANDS flag', () => {
2525
});
2626

2727
describe('CLI', () => {
28-
jest.setTimeout(45_000);
28+
jest.setTimeout(300_000);
2929

3030
let provider: ethers.providers.StaticJsonRpcProvider;
3131
let deployer: ethers.providers.JsonRpcSigner;

0 commit comments

Comments
 (0)