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 5, 2019
1 parent 2a4263f commit dc4ad55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/yast2_clone_system.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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";

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

0 comments on commit dc4ad55

Please sign in to comment.