Skip to content

Commit

Permalink
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 <[email protected]>
  • Loading branch information
sacsant committed Jun 14, 2021
1 parent 5191150 commit 3f6cace
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
Expand Up @@ -39,7 +39,7 @@

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


class OpHmcState():
Expand Down

0 comments on commit 3f6cace

Please sign in to comment.