Fix our poll_start() helper by including usleep()

The helper crashed if it failed on the first attempt due to a missing
dependency.
pull/238/head
Andreas Karlsson 1 month ago committed by Andreas Karlsson
parent f6f1ae33b1
commit a54fb06cba
  1. 1
      contrib/pg_tde/t/pgtde.pm

@ -6,6 +6,7 @@ use PostgreSQL::Test::Utils;
use File::Basename;
use File::Compare;
use Test::More;
use Time::HiRes qw(usleep);
# Expected .out filename of TAP testcase being executed. These are already part of repo under t/expected/*.
our $expected_filename_with_path;

Loading…
Cancel
Save