Skip to content

Commit

Permalink
Wait more time at grub phase for svirt-vmware70 machine
Browse files Browse the repository at this point in the history
  • Loading branch information
openQA web UI committed Nov 7, 2024
1 parent 5a62b86 commit 02051df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transactional.pm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sub handle_first_grub {
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');
wait_still_screen 60 if (check_var('MACHINE', 'ppc64le-emu') || check_var('MACHINE', 'svirt-vmware70'));
save_screenshot;
}
}
Expand Down

0 comments on commit 02051df

Please sign in to comment.