Skip to content

Commit 4528626

Browse files
author
Sean Sullivan
committed
Change defaults for query timeout
1 parent 66c1da8 commit 4528626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_config_defaults():
2020
assert cfg.max_batch == 10000
2121
assert cfg.max_ellipses_per_tile == 100000
2222
assert cfg.allowlist_headers is None
23-
assert cfg.query_timeout_seconds == 0
23+
assert cfg.query_timeout_seconds == 900
2424
assert cfg.hostname == socket.getfqdn()
2525

2626

0 commit comments

Comments
 (0)