Skip to content

Commit

Permalink
Increase test timeout to 5min
Browse files Browse the repository at this point in the history
  • Loading branch information
platan committed Dec 20, 2024
1 parent cb956ae commit 3568b6d
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 3568b6d

Please sign in to comment.