Skip to content

Commit

Permalink
Set startStopTimeout to be configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
achasveachas committed Jun 29, 2021
1 parent b1b51dc commit 90be820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ cargo {

local {
configHomeDir = file(Paths.get(System.getProperty("java.io.tmpdir") + "/uaa-${applicationPort}"))
startStopTimeout = 540000
startStopTimeout = System.getProperty("startStopTimeout", "540000")
rmiPort = applicationPort + 10

jvmArgs = ""
Expand Down

0 comments on commit 90be820

Please sign in to comment.