diff --git a/tests/upgrade_preinstall.pm b/tests/upgrade_preinstall.pm index 43e53976..a86926e9 100644 --- a/tests/upgrade_preinstall.pm +++ b/tests/upgrade_preinstall.pm @@ -29,8 +29,8 @@ sub run { } $self->root_console(tty=>3); - my $update_command = 'dnf -y --enablerepo=updates-testing install dnf-plugin-system-upgrade'; - assert_script_run $update_command, 300; + my $update_command = 'dnf -y install dnf-plugin-system-upgrade'; + assert_script_run $update_command, 600; }