fix timeout default value in process_wait/3
This commit is contained in:
committed by
Bennet Bleßmann
parent
ff546a0f9a
commit
7f233da10c
@@ -39,7 +39,7 @@ process_wait(Pid, Status, Options) :-
|
|||||||
must_be(integer, Pid),
|
must_be(integer, Pid),
|
||||||
must_be_known_options([timeout], [], Options),check_options(
|
must_be_known_options([timeout], [], Options),check_options(
|
||||||
[
|
[
|
||||||
([timeout], valid_timeout, infinite, timeout(Timeout))
|
([timeout], valid_timeout, timeout(infinite), timeout(Timeout))
|
||||||
],
|
],
|
||||||
Options
|
Options
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user