Home | History | Annotate | Download | only in Scripts

Lines Matching refs:timeoutSeconds

170 my $timeoutSeconds = 35;
318 --timeout t Sets the number of seconds before a test times out (default: $timeoutSeconds)
363 'timeout=i' => \$timeoutSeconds,
390 $timeoutSeconds *= 10 if $guardMalloc;
1539 push @args, "--timeout", $timeoutSeconds - 5;
2284 my $maximumSecondsWithoutOutput = $timeoutSeconds;