49bc8c204e5 added more tests to this file, increasing its execution time
threefold under ASAN. Increase the watchdog timeout proportionally,
to stop occasional smoke failures.
skip_all_without_unicode_tables();
}
-plan tests => 57; # Update this when adding/deleting tests.
+plan tests => 57; #** update watchdog timeouts proportionally when adding tests
use strict;
use warnings;
sub run_tests {
- watchdog(($::running_as_thread && $::running_as_thread) ? 50 : 75);
+ watchdog(($::running_as_thread && $::running_as_thread) ? 150 : 225);
{
# [perl #120446]