Skip to content

Commit

Permalink
DEBUG RHEL: Add Sleep after hibernation-setup-install
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagesh committed Nov 21, 2024
1 parent 5080282 commit 99b1b20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion microsoft/testsuites/power/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Licensed under the MIT license.
import re
from decimal import Decimal
import time
from typing import cast

from assertpy import assert_that
Expand Down Expand Up @@ -81,7 +82,7 @@ def verify_hibernation(
).stdout

hibfile_offset = hibernation_setup_tool.get_hibernate_resume_offset_from_hibfile()

time.sleep(100)
try:
startstop.stop(state=features.StopState.Hibernate)
except Exception as ex:
Expand Down

0 comments on commit 99b1b20

Please sign in to comment.