Skip to content

Commit

Permalink
fix: since 3 of the cleanup tests are properly awaited now, we need t…
Browse files Browse the repository at this point in the history
…o increase the timeout (#46)
  • Loading branch information
shazron authored Jul 12, 2023
1 parent 3fce8eb commit 8c72ae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const logger = require('@adobe/aio-lib-core-logging')(loggerNamespace,
const ZonedDateTime = require('@js-joda/core').ZonedDateTime
const ZoneOffset = require('@js-joda/core').ZoneOffset

jest.setTimeout(60000)

// load .env values in the e2e folder, if any
require('dotenv').config({ path: path.join(__dirname, '.env') })

Expand Down

0 comments on commit 8c72ae3

Please sign in to comment.