Skip to content

Commit 6e4d3bb

Browse files
committed
Revert "Adjust timeouts to avoid blocking startup (#33)"
This reverts commit 92a0508.
1 parent 0546b1d commit 6e4d3bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

onvif/client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535

3636
_WSDL_PATH = os.path.join(os.path.dirname(os.path.dirname(__file__)), "wsdl")
3737

38-
_DEFAULT_TIMEOUT = 30
39-
_PULLPOINT_TIMEOUT = 80
38+
_DEFAULT_TIMEOUT = 90
39+
_PULLPOINT_TIMEOUT = 90
4040
_CONNECT_TIMEOUT = 30
41-
_READ_TIMEOUT = 30
42-
_WRITE_TIMEOUT = 30
41+
_READ_TIMEOUT = 90
42+
_WRITE_TIMEOUT = 90
4343

4444

4545
KEEPALIVE_EXPIRY = 4

0 commit comments

Comments
 (0)