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