Skip to content

Commit 82ae2ad

Browse files
committed
Merge pull request #1222 from pguyot/w26/bump-whereis_dead_process-timeout
Bump timeout of whereis_dead_process test CI crash shows the message in the mailbox, so bumping timeout might help These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents b2c451e + e06cf3d commit 82ae2ad

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)