diff --git a/kt/src/commonTest/kotlin/com/github/ephemient/aoc2022/Day19Test.kt b/kt/src/commonTest/kotlin/com/github/ephemient/aoc2022/Day19Test.kt index d643323..f9bac28 100644 --- a/kt/src/commonTest/kotlin/com/github/ephemient/aoc2022/Day19Test.kt +++ b/kt/src/commonTest/kotlin/com/github/ephemient/aoc2022/Day19Test.kt @@ -13,7 +13,7 @@ class Day19Test { } @Test - fun part2() = runTest(dispatchTimeoutMs = 120_000L) { + fun part2() = runTest(dispatchTimeoutMs = 180_000L) { assertEquals(3472, Day19(getTestInput(19)).part2()) } }