Ghost/ghost/core/test/e2e-server/services
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
..
stats Added awaiting jobs and events by default to all tests (#16505) 2023-04-06 09:05:16 +02:00
member-attribution.test.js Fixed configUtils and adapter cache issues in E2E tests (#16167) 2023-01-30 14:06:20 +01:00
mentions.test.js added e2e tests to cover page events 2023-03-10 15:25:10 -06:00
milestones.test.js Fixed random timeouts with mysql2 library during tests 2023-06-13 12:52:03 +02:00