sometimes the following line of code takes 10+ seconds to get result. how can I set timeout to this call? I want to stop requesting if the response can not be returned in a given time period. but I didn't find related documentation how to do it.
response = query_engine.query(question)