Skip to content

Commit

Permalink
[vstest]: Increase PollingConfig default timeout (sonic-net#2285)
Browse files Browse the repository at this point in the history
*Increase the default timeout for PollingConfig to 20 seconds
Signed-off-by: Lawrence Lee <[email protected]>
  • Loading branch information
theasianpianist authored May 21, 2022
1 parent bbbd5f4 commit f5c5cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dvslib/dvs_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class PollingConfig:
"""

polling_interval: float = 0.01
timeout: float = 5.00
timeout: float = 20.00
strict: bool = True

def iterations(self) -> int:
Expand Down

0 comments on commit f5c5cc5

Please sign in to comment.