earthworm.client.Client() timeout issue

Hello everyone,

I am trying to set the timeout parameter for when using client.getwaveform()

I tried creating the client object like this: client = Client(host,port,timeout=3)

however when I use client.getwaveform() and there is a timeout, its always 10 seconds instead of 3 which I specified when creating the client object.

thanks for your help.

Alejandro.

Hi Alejandro,

this could be a bug, although from a quick look at the code the
specified timeout seems to be passed to subroutines correctly.
Can you open an issue at github, also including your Python/Obspy versions?
We also don't have a test server we can use to debug this, so we would
also need a server we can query for testing..

best,
Tobias