Skip to content

Commit

Permalink
test: Increase depth of drill_deep_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Olian04 committed Jul 10, 2024
1 parent ca1894c commit 38ec9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_tests/ctx_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub fn drill_shallow_test() {
}

pub fn drill_deep_test() {
let depth = 100
let depth = 10_000
iterator.repeat("prop")
|> iterator.take(depth)
|> iterator.to_list
Expand Down

0 comments on commit 38ec9d4

Please sign in to comment.