Skip to content

Commit 331e412

Browse files
Copilothotlong
andcommitted
fix: reduce E2E test timeout to 10s per review feedback
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent ab5b095 commit 331e412

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.e2e.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ module.exports = {
1313
...baseConfig,
1414
testMatch: ["**/__tests__/e2e/**/*.e2e.test.(ts|tsx)"],
1515
testPathIgnorePatterns: ["/node_modules/", "<rootDir>/server/hotcrm/"],
16-
testTimeout: 15_000,
16+
testTimeout: 10_000,
1717
};

0 commit comments

Comments
 (0)