mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-16 11:43:08 +00:00
Wait *longer* to reach hub after setting root password
This can actually take a bit of time, it seems, especially with debug kernels. Let's give it a minute. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e9261b8f29
commit
45a1a3a36b
@ -36,7 +36,7 @@ sub _set_root_password {
|
|||||||
}
|
}
|
||||||
assert_and_click "anaconda_spoke_done";
|
assert_and_click "anaconda_spoke_done";
|
||||||
# exiting this screen can take a while, so check for the hub
|
# exiting this screen can take a while, so check for the hub
|
||||||
assert_screen "anaconda_main_hub";
|
assert_screen "anaconda_main_hub", 60;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user