index bb2f39e508984fba32f082648a4db42ed39ce1d2..4f414c3c03f9845eaa2fbc230f850f72fbfb28cd 100644 (file)
use Socket;
use Test::More;
use TestLib ();
+use Time::HiRes qw(usleep);
use Scalar::Util qw(blessed);
our @EXPORT = qw(
}
# Wait 0.1 second before retrying.
- select undef, undef, undef, 0.1;
+ usleep(100000);
$attempts++;
}