Skip to content

Commit

Permalink
Merge 54ade06 into 0a542f2
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob authored Jul 2, 2019
2 parents 0a542f2 + 54ade06 commit 3819550
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/statistex_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ defmodule Statistex.StatistexTest do
end
end

# is milli seconds aka 90s
@tag timeout: 90_000
property "with a much bigger list properties still hold" do
check all(samples <- big_list_big_floats()) do
assert_statistics_properties(samples)
Expand Down Expand Up @@ -65,7 +67,7 @@ defmodule Statistex.StatistexTest do
float(),
min_length: 1
),
size * 5
size * 4
)
end)
end
Expand Down

0 comments on commit 3819550

Please sign in to comment.