Skip to content

Commit a5e1ca7

Browse files
committed
Bump test_heap_growth timeout
This will reduce (slightly) the flappiness of our tests Signed-off-by: Paul Guyot <pguyot@kallisys.net>
1 parent c658938 commit a5e1ca7

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)