Perl-Toolchain-Gang / ExtUtils-MakeMaker

Perl module to make Makefiles and build modules (what backs Makefile.PL)
https://metacpan.org/release/ExtUtils-MakeMaker
64 stars 76 forks source link

t/eu_command.t - sleep longer to make cygwin happy #427

Closed demerphq closed 1 year ago

demerphq commented 1 year ago

We do a sleep 2 and then expect to see a 2 second difference in the "newer file created" test, but sleep 2 does not necessarily achieve a 2 second file differences. Upping the sleep call to 3 seconds should ensure we see at least 2 seconds difference on operating systems like cygwin.