Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
extend play startDetection timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Mar 16, 2013
1 parent 39e75ae commit 34b451e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/play/play-service.groovy
Expand Up @@ -53,7 +53,7 @@ service {
install "play_install.groovy" install "play_install.groovy"
preStart "play_preStart.groovy" preStart "play_preStart.groovy"
start "play_start.groovy" start "play_start.groovy"
startDetectionTimeoutSecs 240 startDetectionTimeoutSecs 400
startDetection { startDetection {
!ServiceUtils.isPortFree(httpPort) !ServiceUtils.isPortFree(httpPort)
} }
Expand Down

0 comments on commit 34b451e

Please sign in to comment.