Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: slow gRPC test by setting default client timeout (#347)
Though gRPC code says default is infinity, but local test also align with CI, seems that 20s is set https://github.com/grpc/grpc/blob/53d69cc581c5b7305708587f4f1939278477c28a/src/ruby/lib/grpc/generic/client_stub.rb#L28-L29 20s is somewhat same as the example, maybe an coincide https://grpc.io/blog/deadlines/#adjusting-deadlines Make tests faster setup smaller timeout - 3 seconds. Closes issue #315
- Loading branch information