Skip to content

Use process timer for jest timeout testing

Paul Slaughter requested to merge fe-use-process-timer-in-jest-timeout into master

What does this MR do?

Using Date to measure time has some drawbacks. This MR updatese our jest timeout helper to use the recommended Node process.hrtime().

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Merge request reports