Skip to content

Fix flaky executor timeout test

Warren Gifford requested to merge mrn/fix-flaky-executor-timeout into main

Created by: mrnugget

This gives the test a longer timeout to ensure that we've reached runSteps when the timeout kicks in, even on slow CI machines.

And it changes the "sleep" to a power-nap-sleep-loop so that we only have to wait 100ms until the test returns.

Merge request reports

Loading