Skip to content

Commit

Permalink
Merge pull request #9438 from Zaoliang/user_defined_snapshot-202001
Browse files Browse the repository at this point in the history
Extend timeout for wait_boot in user_defined_snapshot
  • Loading branch information
SergioAtSUSE committed Jan 29, 2020
2 parents a6043f5 + 804e97b commit 7b39ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/x11/user_defined_snapshot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ sub run {
# request reboot again to ensure we will end up in the original system
send_key 'ctrl-alt-delete';
power_action('reboot', keepconsole => 1, textmode => 1, observe => 1);
$self->wait_boot;
$self->wait_boot(bootloader_time => 250);
}

1;

0 comments on commit 7b39ac4

Please sign in to comment.