wait_for_test_session
Retrieve the completed TestSession
Parameters
Arguments
Description
test_session
The dbnl TestSession to wait for completion.
timeout_s
An optional timeout (in seconds) parameter for waiting for the TestSession to complete. An exception will be raised if the TestSession did not complete before timeout_s
has elapsed.
Returns
Type
Description
TestSession
The completed TestSession
Example
Was this helpful?