"For some reason" this test started failing, but it passes with a more generous cushion. Not entirely confident that this is the right change to make, but let's leave that to future-me.
@@ -96,7 +96,7 @@ TIMEOUT: {
# The test leaves a bit of a cushion to handle any unexpected
# latency issues when starting up the browser - the important part
# is that our timeout duration is _not_ the default 10 seconds.
- ok( time - $start < 5, 'We can specify how long to wait for a binary to be available' );
+ ok( time - $start < 10, 'We can specify how long to wait for a binary to be available' );
}