Skip to content

Commit 565f477

Browse files
committed
Add units to constant name
1 parent 2c0b7fc commit 565f477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_PAVSTTestBase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
class PAVSTTestBase:
32-
DEFAULT_AV_TRANSPORT_EXPIRY_TIME = 30 # 30s
32+
DEFAULT_AV_TRANSPORT_EXPIRY_TIME_SEC = 30 # 30 seconds
3333

3434
async def read_pavst_attribute_expect_success(self, endpoint, attribute):
3535
cluster = Clusters.Objects.PushAvStreamTransport

0 commit comments

Comments
 (0)