Skip to content

Commit 7e0365d

Browse files
authored
build: increase retries for dlp test (#723)
1 parent e3b94b7 commit 7e0365d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlp/system-test/jobs.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ describe('test', () => {
118118
});
119119

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

0 commit comments

Comments
 (0)