How many hours is the teamRepository timeout ?
If I log in to teamRepository,
how many hours will I be automatically logged out with a timeout if I don't log out?
-----------TeamRepository Login---------------
ITeamRepository teamRepository = TeamPlatform.getTeamRepositoryService().getTeamRepository(::::::::::::::::::::::::::::::::::::::::);
teamRepository.login(null);
Accepted answer
I am not aware of a timeout and have never seen one. My expectation would be that, in case the server drops the connection, the TeamPlatform would cache the credentials and reattempt to login. The TeamPlatform is used by the EWM Eclipse client and I can not remember being aware of logouts or re-logins on a user level.