@@ -57,6 +57,7 @@ describe("To Validate 'GET, CREATE, UPDATE and DELETE' CLA groups API call on ch
5757 cy . request ( {
5858 method : 'POST' ,
5959 url : `${ claEndpoint } cla-group` ,
60+ timeout : 180000 ,
6061 failOnStatusCode : allowFail ,
6162 headers : getXACLHeader ( ) ,
6263 auth : {
@@ -114,6 +115,7 @@ describe("To Validate 'GET, CREATE, UPDATE and DELETE' CLA groups API call on ch
114115 cy . request ( {
115116 method : 'GET' ,
116117 url : `${ claEndpoint } foundation/${ projectSfid } /cla-groups` ,
118+ timeout : 180000 ,
117119 failOnStatusCode : allowFail ,
118120 headers : getXACLHeader ( ) ,
119121 auth : {
@@ -138,6 +140,7 @@ describe("To Validate 'GET, CREATE, UPDATE and DELETE' CLA groups API call on ch
138140 cy . request ( {
139141 method : 'GET' ,
140142 url : `${ claEndpoint } foundation/${ projectSfid } -xyz/cla-groups` ,
143+ timeout : 180000 ,
141144 failOnStatusCode : false ,
142145 headers : getXACLHeader ( ) ,
143146 auth : {
@@ -154,6 +157,7 @@ describe("To Validate 'GET, CREATE, UPDATE and DELETE' CLA groups API call on ch
154157 cy . request ( {
155158 method : 'PUT' ,
156159 url : `${ claEndpoint } cla-group/${ claGroupId } ` ,
160+ timeout : 180000 ,
157161 failOnStatusCode : allowFail ,
158162 headers : getXACLHeader ( ) ,
159163 auth : {
@@ -180,6 +184,7 @@ describe("To Validate 'GET, CREATE, UPDATE and DELETE' CLA groups API call on ch
180184 cy . request ( {
181185 method : 'PUT' ,
182186 url : `${ claEndpoint } cla-group/${ claGroupId } /enroll-projects` ,
187+ timeout : 180000 ,
183188 failOnStatusCode : allowFail ,
184189 headers : getXACLHeader ( ) ,
185190 auth : {
@@ -195,6 +200,7 @@ describe("To Validate 'GET, CREATE, UPDATE and DELETE' CLA groups API call on ch
195200 cy . request ( {
196201 method : 'GET' ,
197202 url : `${ claEndpoint } foundation/${ projectSfid } /cla-groups` ,
203+ timeout : 180000 ,
198204 failOnStatusCode : allowFail ,
199205 headers : getXACLHeader ( ) ,
200206 auth : {
@@ -218,6 +224,7 @@ describe("To Validate 'GET, CREATE, UPDATE and DELETE' CLA groups API call on ch
218224 cy . request ( {
219225 method : 'PUT' ,
220226 url : `${ claEndpoint } cla-group/${ claGroupId } /unenroll-projects` ,
227+ timeout : 180000 ,
221228 failOnStatusCode : allowFail ,
222229 headers : getXACLHeader ( ) ,
223230 auth : {
@@ -234,6 +241,7 @@ describe("To Validate 'GET, CREATE, UPDATE and DELETE' CLA groups API call on ch
234241 cy . request ( {
235242 method : 'GET' ,
236243 url : `${ claEndpoint } project/${ projectSfidOrg } /github/organizations` ,
244+ timeout : 180000 ,
237245 failOnStatusCode : allowFail ,
238246 headers : getXACLHeader ( ) ,
239247 auth : {
@@ -257,6 +265,7 @@ describe("To Validate 'GET, CREATE, UPDATE and DELETE' CLA groups API call on ch
257265 cy . request ( {
258266 method : 'PUT' ,
259267 url : `${ claEndpoint } project/${ projectSfidOrg } /github/organizations/${ gitHubOrgName } /config` ,
268+ timeout : 180000 ,
260269 failOnStatusCode : allowFail ,
261270 headers : getXACLHeader ( ) ,
262271 auth : {
@@ -277,6 +286,7 @@ describe("To Validate 'GET, CREATE, UPDATE and DELETE' CLA groups API call on ch
277286 cy . request ( {
278287 method : 'DELETE' ,
279288 url : `${ claEndpoint } cla-group/${ claGroupId } ` ,
289+ timeout : 180000 ,
280290 failOnStatusCode : allowFail ,
281291 headers : getXACLHeader ( ) ,
282292 auth : {
@@ -290,6 +300,7 @@ describe("To Validate 'GET, CREATE, UPDATE and DELETE' CLA groups API call on ch
290300 cy . request ( {
291301 method : 'GET' ,
292302 url : `${ claEndpoint } foundation/${ projectSfid } /cla-groups` ,
303+ timeout : 180000 ,
293304 failOnStatusCode : allowFail ,
294305 headers : getXACLHeader ( ) ,
295306 auth : {
0 commit comments