File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22module . exports = {
33 gridUrl : 'local' ,
44 baseUrl : 'http://localhost' ,
5- pageLoadTimeout : 0 ,
5+ pageLoadTimeout : 60000 ,
66 httpTimeout : 60000 ,
77 testTimeout : 90000 ,
88 resetCursor : false ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const isCi = Boolean(process.env.CI);
77export default {
88 gridUrl : "local" ,
99 baseUrl : "http://localhost" ,
10- pageLoadTimeout : 0 ,
10+ pageLoadTimeout : 60000 ,
1111 httpTimeout : 60000 ,
1212 testTimeout : 90000 ,
1313 resetCursor : false ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const defaultTestplaneConfig: TestplaneConfig = {
66 gridUrl : "local" ,
77 baseUrl : "http://localhost" ,
88
9- pageLoadTimeout : 0 ,
9+ pageLoadTimeout : 60000 ,
1010 httpTimeout : 60000 ,
1111 testTimeout : 90000 ,
1212 resetCursor : false ,
You can’t perform that action at this time.
0 commit comments