Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SVE] TC-MCORE-FS-1.3: Bump the DUT timeout for newly added device #35740

Merged
merged 3 commits into from
Oct 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading