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
Copy file name to clipboardexpand all lines: docs/src/test-api/class-test.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1822,7 +1822,7 @@ Maximum time in milliseconds for the step to finish. Defaults to `0` (no timeout
1822
1822
* since: v1.50
1823
1823
-`timeout` <[float]>
1824
1824
1825
-
Maximum time in millisecondsfor the step to finish. Defaults to `0` (no timeout).
1825
+
The maximum time, in milliseconds, allowed for the step to complete. If the step does not complete within the specified timeout, the [`method: Test.step`] method will throw a [TimeoutError]. Defaults to `0` (no timeout).
0 commit comments