Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.jetbrains.kotlin.jvm-2…
Browse files Browse the repository at this point in the history
….1.0
  • Loading branch information
platan authored Dec 20, 2024
2 parents ffecb27 + 3568b6d commit 59b0bb4
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 59b0bb4

Please sign in to comment.