We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dafd10 + dd4289d commit 896067bCopy full SHA for 896067b
packages/core/src/testLint/gitSecrets.test.ts
@@ -115,7 +115,6 @@ ${mySecretAccessKey}
115
})
116
117
it('ensures no git secrets are found', function () {
118
- this.timeout(10000)
119
const result = runCmd([gitSecrets, '--scan'], { cwd: toolkitProjectDir })
120
assert.strictEqual(result.status, 0, `Failure output: ${result.stderr.toString()}`)
121
0 commit comments