Skip to content

Commit 72befac

Browse files
authored
Default timeout is 5, not 5s.
Otherwise users might be tempted to specify a string value. The docs indicate the unit is seconds.
1 parent 16593cf commit 72befac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/server-process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pairs.
3939

4040
#. **timeout**
4141

42-
Timeout in seconds for the process to become ready, default ``5s``.
42+
Timeout in seconds for the process to become ready, default ``5``.
4343

4444
A process is considered 'ready' when it can return a valid HTTP response on the
4545
port it is supposed to start at.

0 commit comments

Comments
 (0)