Skip to content

Commit

Permalink
chore: changed passes to 30, due to github actions (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk authored Oct 11, 2024
1 parent a08a448 commit 0a25516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/no/nav/pdfgen/PdfGenITest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ internal class PdfGenITest {
internal fun `Simple performance test full single-thread`() {
testApplication {
application { module() }
val passes = 40
val passes = 30

templates
.map { it.key }
Expand Down

0 comments on commit 0a25516

Please sign in to comment.