Skip to content

Commit

Permalink
test: wait longer
Browse files Browse the repository at this point in the history
  • Loading branch information
Aranđel Šarenac committed May 3, 2021
1 parent ada02c1 commit 9d1c604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/integration/happypath.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('Suite', () => {
await expect(tester.testZone('dns-01', TEST_ZONE, challenger))
.resolves
.toEqual(undefined)
}, 120 * 1000)
}, 180 * 1000)

it('should not throw on repeated delete', async () => {
await expect(challenger.remove({ challenge: { dnsZone: TEST_ZONE } }))
Expand Down

0 comments on commit 9d1c604

Please sign in to comment.