Skip to content

Commit

Permalink
Merge pull request #6149 from DrMullings/increase_ppc_boot_time
Browse files Browse the repository at this point in the history
Increase default boot time
  • Loading branch information
asdil12 authored Jan 31, 2019
2 parents dc268ae + 744c28c commit 02a50a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opensusebasetest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ sub wait_boot {
my ($self, %args) = @_;
my $bootloader_time = $args{bootloader_time} // 100;
my $textmode = $args{textmode};
my $ready_time = $args{ready_time} // 200;
my $ready_time = $args{ready_time} // 300;
my $in_grub = $args{in_grub} // 0;
my $nologin = $args{nologin};
my $forcenologin = $args{forcenologin};
Expand Down

0 comments on commit 02a50a5

Please sign in to comment.