Skip to content

Commit 05be561

Browse files
committed
Add note about --live-server-wait timeout into documentation
1 parent cfe3e92 commit 05be561

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/features.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ example, in your project’s ``pytest.ini`` file)::
174174
assert b'got it' in res.read()
175175
176176
177+
``--live-server-wait`` - the live server wait timeout (5 seconds)
178+
`````````````````````````````````````````````````````````````````
179+
180+
The timeout after which test case is aborted if live server is not started.
181+
182+
177183
``request_ctx`` - request context
178184
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
179185

0 commit comments

Comments
 (0)