Ghost/ghost/core/test/e2e-server
Daniel Lockyer cedfb14924 Fixed random timeouts with mysql2 library during tests
refs https://github.com/TryGhost/Toolbox/issues/592

- heads up, I'm not really sure about this fix
- when we're wrapping `setTimeout`, time stops and mysql2 starts doing
  weird things because we then shift time and it hits timeouts
- apparently `shouldAdvanceTime` should fix this by automatically
  incrementing time along with the system clock
- given the problem is quite difficult to hit, I could just be seeing a
  lack of this due to some other factor
- also removed unnecessary sinon sandbox creation as this is superfluous
2023-06-13 12:52:03 +02:00
..
__snapshots__ Added Content-Version header to all API requests 2023-01-18 08:38:07 +01:00
jobs Add e2e test for update check script (#16840) 2023-05-25 14:36:36 +01:00
services Fixed random timeouts with mysql2 library during tests 2023-06-13 12:52:03 +02:00
1-options-requests.test.js Added Content-Version header to all API requests 2023-01-18 08:38:07 +01:00
admin.test.js Fixed configUtils and adapter cache issues in E2E tests (#16167) 2023-01-30 14:06:20 +01:00
click-tracking.test.js Removed old email flow (#16349) 2023-03-07 16:08:40 +01:00
well-known.test.js Removed unnecessary mockMail call 2023-04-07 14:34:57 +02:00