Skip to content

Commit

Permalink
Add timeout forassert_and_click for test_results of openqa
Browse files Browse the repository at this point in the history
we have performance issue with test_results of openqa on Leap. Add timeout to work round.
See https://progress.opensuse.org/issues/133718
  • Loading branch information
Zaoliang committed Aug 3, 2023
1 parent 795175c commit 79d0ffa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/openqa/webui/test_results.pm
Expand Up @@ -11,7 +11,6 @@ use warnings;
use base "x11test";
use testapi;


my $tutorial_disabled;

sub upload_autoinst_log {
Expand Down Expand Up @@ -51,7 +50,7 @@ sub run {
# page finished loading
send_key_until_needlematch 'openqa-job-minimalx', 'end';
click_lastmatch;
assert_and_click 'openqa-job-details';
assert_and_click('openqa-job-details', timeout => 300);
assert_screen 'openqa-testresult', 600;
}

Expand Down

0 comments on commit 79d0ffa

Please sign in to comment.