Skip to content

Commit

Permalink
chore: Fix detekt issues in PR build
Browse files Browse the repository at this point in the history
Suppress MagicNumber warning in DBTestWithDockerCompose.kt
  • Loading branch information
joc-a committed Jul 18, 2023
1 parent be03ffe commit a1acbde
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ open class DBTestWithDockerCompose(dialect: String, @get:Input val port: Int, @g
)
captureContainersOutput.set(true)
removeVolumes.set(true)

@Suppress("MagicNumber")
waitForHealthyStateTimeout.set(Duration.ofMinutes(60))
}

Expand Down

0 comments on commit a1acbde

Please sign in to comment.