Skip to content

Commit

Permalink
Improved timeout test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Oct 18, 2024
1 parent 42442ec commit 22ecf3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/hlapi/v3arch/asyncio/manager/cmdgen/test_v1_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ async def run_get():
ContextData(),
ObjectType(ObjectIdentity("1.3.6.1.4.1.60069.9.1.0")),
)
for varBind in varBinds:
print([str(varBind[0]), varBind[1]])
assert isinstance(errorIndication, RequestTimedOut)

start = datetime.now()
try:
Expand Down

0 comments on commit 22ecf3d

Please sign in to comment.