Skip to content

Commit

Permalink
Merge pull request #20543 from rfan1/power_emu
Browse files Browse the repository at this point in the history
Wait more time at grub phase for ppc64le-emu machine
  • Loading branch information
rfan1 authored Nov 5, 2024
2 parents 0640369 + 130ca3d commit 1288773
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/transactional.pm
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ sub handle_first_grub {
else {
assert_screen 'grub2', 200;
assert_screen_change { send_key('ret') };
# Run ppc64le VMs on x86_64 setups is slow since no kvm support,
# Wait one more minute to make sure system leaves grub
wait_still_screen 60 if check_var('MACHINE', 'ppc64le-emu');
save_screenshot;
}
}
Expand Down

0 comments on commit 1288773

Please sign in to comment.