From 51fa63106e6c871362abcfaa6555abfb92a986eb Mon Sep 17 00:00:00 2001 From: Shazron Abdullah <36107+shazron@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:52:31 +0800 Subject: [PATCH] Revert "fix: since 3 of the cleanup tests are properly awaited now, we need to increase the timeout (#46)" This reverts commit 8c72ae39780f3bbf85aee2a4de600d68400a9b76. --- e2e/e2e.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/e2e/e2e.js b/e2e/e2e.js index 261cee9..f515c4b 100644 --- a/e2e/e2e.js +++ b/e2e/e2e.js @@ -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') })