We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d0dc4 commit e06cf3dCopy full SHA for e06cf3d
1 file changed
tests/erlang_tests/whereis_dead_process.erl
@@ -38,7 +38,7 @@ test_names(Names) ->
38
ok =
39
receive
40
{'DOWN', Monitor, process, Pid, _} -> ok
41
- after 500 -> timeout
+ after 1000 -> timeout
42
end,
43
ok = test_unregistered(Names).
44
0 commit comments