1 Test the <timeout> option (numeric option converted to ms)
3 error: Numeric value 'abc' for <timeout> option is malformed or out of range
5 Numeric value that is too big to be converted to ms and still
7 error: Numeric value '2147484' for <timeout> option is malformed or out of range
9 Numeric value with invalid suffix
10 error: Numeric value '42WB' for <timeout> option is malformed or out of range
12 Numeric value with valid suffix. Suffixes are not supported for
13 the <timeout> option, so this value is rejected
14 error: Numeric value '42MB' for <timeout> option is malformed or out of range
17 error: Numeric value '-1' for <timeout> option is malformed or out of range
19 Zero. This is not a valid timeout, but the value is parsed
21 error: Numeric value '0' for <timeout> option is malformed or out of range
23 Numeric value. No events will be received and the command will
24 fail after a second, but the value has been parsed correctly