Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase stalltime to handle console login
Browse files Browse the repository at this point in the history
this patch fixes open-power#615

login was hung and this fixes the issue

Signed-off-by: Abdul Haleem <abdhalee@linux.vnet.ibm.com>
abdhaleegit committed Jun 14, 2021
1 parent 9dac482 commit 72c0e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/OpTestHMC.py
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@

WAITTIME = 15
BOOTTIME = 500
STALLTIME = 3
STALLTIME = 5


class OpHmcState():

0 comments on commit 72c0e51

Please sign in to comment.