Skip to content

Commit

Permalink
[SVE] TC-MCORE-FS-1.3: Bump the DUT timeout for newly added device (#…
Browse files Browse the repository at this point in the history
…35740)

* Bump the DUT timeout for discovering and commissioning newly added device

* Update src/python_testing/TC_MCORE_FS_1_3.py

---------

Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
samadDotDev and andy31415 authored Oct 3, 2024
1 parent cc6c773 commit 6bb8645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_MCORE_FS_1_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ async def test_TC_MCORE_FS_1_3(self):
device_node_id=th_server_th_node_id)

# Wait for the device to appear on the DUT_FSA_BRIDGE.
await asyncio.sleep(2)
await asyncio.sleep(2 if self.is_pics_sdk_ci_only else 30)

# Get the list of endpoints on the DUT_FSA_BRIDGE after adding the TH_SERVER_NO_UID.
dut_fsa_bridge_endpoints_new = set(await self.read_single_attribute_check_success(
Expand Down

0 comments on commit 6bb8645

Please sign in to comment.