Skip to content

Commit 3d66385

Browse files
committed
Merge pull request #1210 from pguyot/w25/bump-test-heap-growth-timeout
Bump test_heap_growth timeout This will reduce (slightly) the flappiness of our tests 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 e36c8f1 + a5e1ca7 commit 3d66385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/erlang_tests/test_heap_growth.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test_grow_beyond_min_heap_size() ->
4747
ok =
4848
receive
4949
{'DOWN', Ref1, process, Pid1, normal} -> ok
50-
after 500 -> timeout
50+
after 1000 -> timeout
5151
end,
5252
ok.
5353

0 commit comments

Comments
 (0)