Skip to content

Commit

Permalink
build: increase retries for dlp test (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Jun 29, 2022
1 parent e3b94b7 commit 7e0365d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlp/system-test/jobs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ describe('test', () => {
});

it('should list jobs of a given type', async function () {
this.retries(5);
this.retries(7);
await delay(this.test);
const output = execSync(
`node listJobs.js ${projectId} 'state=DONE' RISK_ANALYSIS_JOB`
Expand Down

0 comments on commit 7e0365d

Please sign in to comment.