Skip to content

Commit e06cf3d

Browse files
committed
Bump timeout of whereis_dead_process test
CI crash shows the message in the mailbox, so bumping timeout might help Signed-off-by: Paul Guyot <pguyot@kallisys.net>
1 parent f1d0dc4 commit e06cf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/erlang_tests/whereis_dead_process.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test_names(Names) ->
3838
ok =
3939
receive
4040
{'DOWN', Monitor, process, Pid, _} -> ok
41-
after 500 -> timeout
41+
after 1000 -> timeout
4242
end,
4343
ok = test_unregistered(Names).
4444

0 commit comments

Comments
 (0)