Skip to content

Commit 41c0931

Browse files
committed
Increase timeout on compiler intensive tests
1 parent c8223c5 commit 41c0931

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/elixir/test/elixir/kernel_test.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@ defmodule KernelTest do
486486
end
487487

488488
describe "in/2" do
489+
# This test may take a long time on machine with low resources
490+
@tag timeout: 120_000
489491
test "too large list in guards" do
490492
defmodule TooLargeList do
491493
@list Enum.map(1..1024, & &1)

0 commit comments

Comments
 (0)