Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

[1LP][RFR] Increasing timeout interval #10305

Merged
merged 1 commit into from
Aug 20, 2020

Conversation

mnadeem92
Copy link
Contributor

Signed-off-by: mnadeem92 mnadeem@redhat.com

This PR will increase time out for wait_for_ssh method.

def wait_for_ssh(self, timeout=30):

Instance creation is async operation in OSP, though command completed successfully, however it takes some time (60 seconds) to boot the OS and make ssh service available to login. The time out of 30 seconds is really not enough here, So this PR is increasing the timeout to 120 sec.

Signed-off-by: mnadeem92 <mnadeem@redhat.com>
@jawatts jawatts changed the title [RFR] Increasing timeout interval [1LP][RFR] Increasing timeout interval Aug 20, 2020
@mshriver mshriver merged commit 966b433 into ManageIQ:master Aug 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants