while testing a pre-commit webhook with the high l...
# help
g
while testing a pre-commit webhook with the high level python wrapper and a lot of files, the commit is failing because the server is taking some time to run some operations
Copy code
Request duration: 1m0.000562715s
Error: Post "<http://127.0.0.1:4000/webhooks/format>": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
is there a way I can set the timeout myself?
o
there's a timeout value you can configure. see docs
g
thanks a lot Oz! I did googled but I couldn't find it