Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.jetbrains.kotlinx.kove…
Browse files Browse the repository at this point in the history
…r-0.9.0
  • Loading branch information
platan authored Dec 20, 2024
2 parents bee1ee8 + 3568b6d commit 13868ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class MermaidGanttDiagramFormatterToSvgConversionSpec extends Specification {
then:
process.consumeProcessOutput(processOutput, processError)
process.waitForOrKill(60000)
process.waitForOrKill(300000)
assert process.exitValue() == 0, "Process finished with exit code ${process.exitValue()}\nOutput: $processOutput\nError: $processError"
}
Expand Down

0 comments on commit 13868ca

Please sign in to comment.