From 4a2e3eb943844b69551df66251f0cd3554bc87f8 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Wed, 1 Nov 2023 09:37:06 +0100 Subject: [PATCH] Update tests/e2e/testRunner.js Co-authored-by: Aldo Canepa Garay <87341702+aldo-expensify@users.noreply.github.com> --- tests/e2e/testRunner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/testRunner.js b/tests/e2e/testRunner.js index 0eed35c664de..d8e4afd606ac 100644 --- a/tests/e2e/testRunner.js +++ b/tests/e2e/testRunner.js @@ -208,7 +208,7 @@ const runTests = async () => { // Having the cooldown right at the beginning should hopefully lower the chances of heat // throttling from the previous run (which we have no control over and will be a - // completely different AWS DF customer/app). It also gives the time to cool down between test suites. + // completely different AWS DF customer/app). It also gives the time to cool down between test suites. await sleep(config.BOOT_COOL_DOWN); coolDownLogs.done();