Skip to content

Commit

Permalink
Update stress.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Sep 16, 2024
1 parent 9822a56 commit 42fb2a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions microsoft/testsuites/network/stress.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ def stress_sriov_with_max_nics_reboot_from_platform(
for node in environment.nodes.list():
start_stop = node.features[StartStop]
start_stop.restart()
# Add delay to wait for the network interface ready.
sleep(60)
# Add delay to wait for the network interface ready.
sleep(120)
initialize_nic_info(environment)
sriov_basic_test(environment)

Expand Down Expand Up @@ -307,8 +307,8 @@ def stress_sriov_with_max_nics_stop_start_from_platform(
start_stop = node.features[StartStop]
start_stop.stop()
start_stop.start()
# Add delay to wait for the network interface ready.
sleep(60)
# Add delay to wait for the network interface ready.
sleep(120)
initialize_nic_info(environment)
sriov_basic_test(environment)

Expand Down

0 comments on commit 42fb2a7

Please sign in to comment.