def wait_for_test_recalibration_session(
*,
test_recalibration_session: TestRecalibrationSession,
timeout_s: int = 180,
) -> TestRecalibrationSessiontest_recalibration_session
The dbnl TestRecalibrationSession to wait for completion.
timeout_s
An optional timeout (in seconds) parameter for waiting for the TestRecalibrationSession to complete. An exception will be raised if the TestRecalibrationSession did not complete before timeout_s has elapsed.
TestRecalibrationSession
The completed TestRecalibrationSession