Skip to content

Commit

Permalink
Add post_fail_hook
Browse files Browse the repository at this point in the history
Increase timeout
timeout 600
  • Loading branch information
manfredi committed Mar 7, 2024
1 parent 48edf3b commit 57064d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/validate_lvm_raid1.pm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sub run {
_check_raid1_partitioning($config, $expected_num_devs);
_remove_raid_disk($config, $expected_num_devs);
_reboot();
$self->wait_boot;
$self->wait_boot(textmode => 1, bootloader_time => 600, ready_time => 600);
_check_raid_disks_after_reboot($config, $expected_num_devs);
}

Expand Down

0 comments on commit 57064d7

Please sign in to comment.