You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we log that timeout is exceeded with error level. The problem
is there are no dedicated methods for polling so users have to use
`wait` methods, and when they use them, they spam timeout errors.
Anyway, we return -1 on timeout, so users can log timeouts on their own.
What's about tests - we have no convenient way to check the logs now, so
let's simply change log level without tests, the commit is trivial anyway.
Closes#109
0 commit comments