File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ describe('Job functions preset', () => {
157157
158158 it ( 'should check that the job succeeded' , async function ( ) {
159159 this . retries ( 5 ) ;
160- await wait ( 30000 ) ;
160+ await wait ( 90000 ) ;
161161 const output = execSync (
162162 `node getJobState.js ${ projectId } ${ location } ${ this . presetJobId } ` ,
163163 { cwd}
@@ -217,7 +217,7 @@ describe('Job functions template', () => {
217217
218218 it ( 'should check that the job succeeded' , async function ( ) {
219219 this . retries ( 5 ) ;
220- await wait ( 30000 ) ;
220+ await wait ( 90000 ) ;
221221 const output = execSync (
222222 `node getJobState.js ${ projectId } ${ location } ${ this . templateJobId } ` ,
223223 { cwd}
@@ -267,7 +267,7 @@ describe('Job functions adhoc', () => {
267267
268268 it ( 'should check that the job succeeded' , async function ( ) {
269269 this . retries ( 5 ) ;
270- await wait ( 30000 ) ;
270+ await wait ( 90000 ) ;
271271 const output = execSync (
272272 `node getJobState.js ${ projectId } ${ location } ${ this . adhocJobId } ` ,
273273 { cwd}
You can’t perform that action at this time.
0 commit comments