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
Timeout values are usually long values, so there should be a constructor, that supports a long value for the Timeout.
Currently I have to do things like the following:
new Timeout((int) DateUtils.MILLIS_PER_MINUTE * 5)