Skip to content

Commit

Permalink
Extend timeout for test HTTP server (osquery#8445)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwass authored Oct 18, 2024
1 parent f1a2136 commit 1852eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tests/test_http_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Default values for global variables
HTTP_SERVER_USE_TLS = False
HTTP_SERVER_PERSIST = False
HTTP_SERVER_TIMEOUT = 10
HTTP_SERVER_TIMEOUT = 120
HTTP_SERVER_VERBOSE = False
HTTP_SERVER_CERT = "test_server.pem"
HTTP_SERVER_KEY = "test_server.key"
Expand Down

0 comments on commit 1852eb6

Please sign in to comment.