Skip to content

Commit e099f42

Browse files
committed
Increasing leeway for integration test with large number of tasks.
1 parent 770b9a4 commit e099f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/src/Test/Task.gren

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tests =
6565
"large concurrent array of tasks"
6666
(\res ->
6767
test "completes in reasonable time"
68-
(\_ -> duration res |> Expect.lessThan (10 + leeway))
68+
(\_ -> duration res |> Expect.lessThan (10 + leeway * 3))
6969
)
7070
, awaitError
7171
(Task.concurrent

0 commit comments

Comments
 (0)