Files
Jonathan Schwender 8ec1e6e731 ci: Use nextest --retries in CI (#39817)
Follow-up to #39812, using nextests builtin retry feature to rerun flaky
unit-tests.
This also adds a per-test timeout, replacing the global timeout set for
the retry action. We could also add a global timeout for nextest tests,
but per-test timeouts should be sufficient and noticably speedup CI when
individual unit tests get stuck.

Testing: [mach
try](https://github.com/servo/servo/actions/runs/18519094535) running
the unit-tests with retries in CI.

---------

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
2025-10-15 08:59:15 +00:00
..