> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# timeout

<div className="kinetica-pydoc">
  <div className="dl py property">
    <div className="dt sig sig-object py" id="gpudb.GPUdb.Options.timeout"> <span className="em property"><span className="k"><span className="pre">property</span></span><span className="w"> </span></span><span className="sig-name descname"><span className="pre">timeout</span></span></div>

    <div className="dd">
      <p>Gets the timeout value, in milliseconds, after which a lack of response from the GPUdb server will result in requests being aborted. A timeout of zero is interpreted as an infinite timeout. Note that this applies independently to various stages of communication, so overall a request may run for longer than this without being aborted.</p>
    </div>
  </div>

  <div className="dl py property">
    <div className="dt sig sig-object py" id="gpudb.GPUdb.timeout"> <span className="em property"><span className="k"><span className="pre">property</span></span><span className="w"> </span></span><span className="sig-name descname"><span className="pre">timeout</span></span></div>

    <div className="dd">
      <p>Gets the timeout used for http connections to GPUdb.</p>
    </div>
  </div>
</div>
