Skip to content

Commit

Permalink
Update tests/e2e/testRunner.js
Browse files Browse the repository at this point in the history
Co-authored-by: Aldo Canepa Garay <[email protected]>
  • Loading branch information
ospfranco and aldo-expensify authored Nov 1, 2023
1 parent c6adba2 commit 4a2e3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/testRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 4a2e3eb

Please sign in to comment.