basho / riak-erlang-client

The Riak client for Erlang.
Apache License 2.0
311 stars 188 forks source link

RTS-1602 fix #346

Closed lukebakken closed 7 years ago

lukebakken commented 7 years ago

Add additional 500ms to client-side timeouts where appropriate. If the server-side timeout is the same value as the client-side one, tests that expect an error of <<"timeout">> may receive the client-side timeout atom instead (see this test)

Note: I'm going to review the timeout usage throughout the code to make sure that if a server-side timeout is in effect, the client-side one is 500ms longer.

@paegun - this branch is complete enough that it should resolve the verify_api_timeouts in your environment at this point.

lukebakken commented 7 years ago

Yeah that'll be for the next PR that encompasses fixing all of the timeouts.