increase test timeout

This commit is contained in:
yimysty
2022-08-04 16:13:28 -07:00
parent 1f0422c0df
commit 225abf7840
6 changed files with 3 additions and 5 deletions
+1
View File
@@ -28,6 +28,7 @@ describe('with all environment variables set', () => {
return process.env.GITHUB_TOKEN
}
})
jest.setTimeout(10 * 1000)
})
it('Executes cleanly', done => {