Skip to content

Commit

Permalink
Revert "fix: since 3 of the cleanup tests are properly awaited now, w…
Browse files Browse the repository at this point in the history
…e need to increase the timeout (#46)"

This reverts commit 8c72ae3.
  • Loading branch information
shazron committed Jul 12, 2023
1 parent 8c72ae3 commit 51fa631
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ 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 51fa631

Please sign in to comment.