Skip to content

Commit

Permalink
2023 - Day 22 - fix tests to not run forever.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmmr committed Dec 24, 2023
1 parent 5096860 commit 8e23cc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/kotlin/no/rodland/advent_2023/Day22Test.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ internal class Day22Test {
{ Day22(data22) },
{ Day22(test22) },
numInitLive = 2,
numTestPart2 = 1,
)

@Nested
Expand Down Expand Up @@ -76,6 +77,7 @@ internal class Day22Test {
}

@Test
@Slow(660)
fun `22,2,live,1`() {
report(test.livePart2)
}
Expand Down

0 comments on commit 8e23cc4

Please sign in to comment.