Skip to content

Commit

Permalink
Increase TO for yast2 clone_system
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrOrlov committed Aug 6, 2019
1 parent 2a4263f commit 8af8b7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/console/yast2_clone_system.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ sub run {
zypper_call "in autoyast2";

my $module_name = y2_module_consoletest::yast2_console_exec(yast2_module => 'clone_system');
wait_serial("$module_name-0", 180) || die "'yast2 clone_system' didn't finish";
wait_serial("$module_name-0", 360) || die "'yast2 clone_system' didn't finish";

# Workaround for aarch64, as ncurces UI is not updated properly sometimes
script_run('clear');

$self->select_serial_terminal;
# Replace unitialized email variable - bsc#1015158
Expand Down

0 comments on commit 8af8b7e

Please sign in to comment.