Skip to content

Commit

Permalink
Change defaults for query timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Sullivan committed Feb 21, 2024
1 parent 66c1da8 commit 4528626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_config_defaults():
assert cfg.max_batch == 10000
assert cfg.max_ellipses_per_tile == 100000
assert cfg.allowlist_headers is None
assert cfg.query_timeout_seconds == 0
assert cfg.query_timeout_seconds == 900
assert cfg.hostname == socket.getfqdn()


Expand Down

0 comments on commit 4528626

Please sign in to comment.