Setting view query timeout?

How are timeouts set for view queries ?

I tried setting the timeout to 5 mins via

Couchbase.bucket.design_docs["my_deisgn_doc"].my_view(:key => ..., :connection_timeout => 300_000 )

It still times out after 75_000 milli seconds( default timeout ). What am I doing wrong ?

Hey, @avsej, is this something you can help with?

It looks like a server issue. Because your code correctly pass timeout. To the server.

Could you write the server and client versions?

irb(main):001:0> Couchbase.libcouchbase_version
"2.4.9"
irb(main):002:0> Couchbase::VERSION
"1.3.12"