File tree 1 file changed +3
-3
lines changed
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', () => {
157
157
158
158
it ( 'should check that the job succeeded' , async function ( ) {
159
159
this . retries ( 5 ) ;
160
- await wait ( 30000 ) ;
160
+ await wait ( 90000 ) ;
161
161
const output = execSync (
162
162
`node getJobState.js ${ projectId } ${ location } ${ this . presetJobId } ` ,
163
163
{ cwd}
@@ -217,7 +217,7 @@ describe('Job functions template', () => {
217
217
218
218
it ( 'should check that the job succeeded' , async function ( ) {
219
219
this . retries ( 5 ) ;
220
- await wait ( 30000 ) ;
220
+ await wait ( 90000 ) ;
221
221
const output = execSync (
222
222
`node getJobState.js ${ projectId } ${ location } ${ this . templateJobId } ` ,
223
223
{ cwd}
@@ -267,7 +267,7 @@ describe('Job functions adhoc', () => {
267
267
268
268
it ( 'should check that the job succeeded' , async function ( ) {
269
269
this . retries ( 5 ) ;
270
- await wait ( 30000 ) ;
270
+ await wait ( 90000 ) ;
271
271
const output = execSync (
272
272
`node getJobState.js ${ projectId } ${ location } ${ this . adhocJobId } ` ,
273
273
{ cwd}
You can’t perform that action at this time.
0 commit comments