We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c1da8 commit 4528626Copy full SHA for 4528626
tests/test_config.py
@@ -20,7 +20,7 @@ def test_config_defaults():
20
assert cfg.max_batch == 10000
21
assert cfg.max_ellipses_per_tile == 100000
22
assert cfg.allowlist_headers is None
23
- assert cfg.query_timeout_seconds == 0
+ assert cfg.query_timeout_seconds == 900
24
assert cfg.hostname == socket.getfqdn()
25
26
0 commit comments