We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0b7fc commit 565f477Copy full SHA for 565f477
src/python_testing/TC_PAVSTTestBase.py
@@ -29,7 +29,7 @@
29
30
31
class PAVSTTestBase:
32
- DEFAULT_AV_TRANSPORT_EXPIRY_TIME = 30 # 30s
+ DEFAULT_AV_TRANSPORT_EXPIRY_TIME_SEC = 30 # 30 seconds
33
34
async def read_pavst_attribute_expect_success(self, endpoint, attribute):
35
cluster = Clusters.Objects.PushAvStreamTransport
0 commit comments