Skip to content

Commit cceda3e

Browse files
authored
Merge pull request os-autoinst#6248 from perlpunk/reduce-timeout
ci: Reduce timeout for wait_for_result_panel
2 parents 1f5cdab + 8e248f3 commit cceda3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/lib/OpenQA/Test/FullstackUtils.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ sub wait_for_result_panel ($driver, $result_panel, $context = undef, $fail_on_in
8282
$context //= 'current job';
8383
my $msg = "Expected result for $context not found";
8484

85-
my $timeout = OpenQA::Test::TimeLimit::scale_timeout(ONE_MINUTE * 3) / $check_interval;
85+
my $timeout = OpenQA::Test::TimeLimit::scale_timeout(30) / $check_interval;
8686
for (my $count = 0; $count < $timeout; $count++) {
8787
wait_for_ajax(msg => "wait_for_result_panel: waiting for '$result_panel' (count $count of $timeout)");
8888
my $status_text = find_status_text($driver);

0 commit comments

Comments
 (0)