Skip to content

Commit

Permalink
2023 - Day 16 - marked part 2 test as slow.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmmr committed Dec 16, 2023
1 parent 1a35457 commit 02c46b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/no/rodland/advent_2023/Day16Test.kt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ internal class Day16Test {
}

@Test
// @Slow(10000)
@Slow(10000)
fun `16,2,live,1`() {
report(test.livePart2)
}
Expand Down

0 comments on commit 02c46b0

Please sign in to comment.