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
It is expected behaviour that sessions have its own timeouts.
Though the last used timeout in Create Session keyword overwrites the timeout value for all previous sessions.
Please check test case below.
*** Settings ***Library RequestsLibrary
*** Test Cases ***Test Case To Check Request Session Timeouts[Tags] check_timeouts
RequestsLibrary.Create Session session_5 https://httpbin.org timeout=5
RequestsLibrary.Create Session session_2 https://httpbin.org timeout=2
RequestsLibrary.GET On Session session_5 /delay/3
It is expected behaviour that sessions have its own timeouts.
Though the last used timeout in
Create Session
keyword overwrites the timeout value for all previous sessions.Please check test case below.
Used versions:
The text was updated successfully, but these errors were encountered: