Skip to content

Commit

Permalink
Increase default wait time for boot
Browse files Browse the repository at this point in the history
Setting the default wait time to 300 seconds to give slower
archtitectures enough time
  • Loading branch information
DrMullings committed Jan 29, 2019
1 parent 386b996 commit 744c28c
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 @@ -320,7 +320,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 744c28c

Please sign in to comment.