Skip to content

Commit 705a5d7

Browse files
samadDotDevandy31415
authored andcommittedDec 11, 2024
[SVE] TC-MCORE-FS-1.3: Bump the DUT timeout for newly added device (project-chip#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 <andy314@gmail.com>
1 parent 8f1b58d commit 705a5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/python_testing/TC_MCORE_FS_1_3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ async def test_TC_MCORE_FS_1_3(self):
197197
device_node_id=th_server_th_node_id)
198198

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

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

0 commit comments

Comments
 (0)