diff --git a/__fixtures/config/jsConfig.js b/__fixtures/config/jsConfig.js index c9dfade..72af675 100644 --- a/__fixtures/config/jsConfig.js +++ b/__fixtures/config/jsConfig.js @@ -2,8 +2,8 @@ module.exports = { gridUrl: 'local', baseUrl: 'http://localhost', - pageLoadTimeout: 0, - httpTimeout: 60000, + pageLoadTimeout: 20000, + httpTimeout: 20000, testTimeout: 90000, resetCursor: false, sets: { diff --git a/__fixtures/config/withEverything.js b/__fixtures/config/withEverything.js index 74d15dc..4c56d99 100644 --- a/__fixtures/config/withEverything.js +++ b/__fixtures/config/withEverything.js @@ -7,8 +7,8 @@ const isCi = Boolean(process.env.CI); export default { gridUrl: "local", baseUrl: "http://localhost", - pageLoadTimeout: 0, - httpTimeout: 60000, + pageLoadTimeout: 20000, + httpTimeout: 20000, testTimeout: 90000, resetCursor: false, sets: { diff --git a/src/constants/defaultTestplaneConfig.ts b/src/constants/defaultTestplaneConfig.ts index af40d05..d8f2b9a 100644 --- a/src/constants/defaultTestplaneConfig.ts +++ b/src/constants/defaultTestplaneConfig.ts @@ -6,8 +6,8 @@ const defaultTestplaneConfig: TestplaneConfig = { gridUrl: "local", baseUrl: "http://localhost", - pageLoadTimeout: 0, - httpTimeout: 60000, + pageLoadTimeout: 20000, + httpTimeout: 20000, testTimeout: 90000, resetCursor: false,