Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

(TWILL-187) Added max start time #22

Closed
wants to merge 1 commit into from

Conversation

chtyim
Copy link
Member

@chtyim chtyim commented Jan 7, 2017

No description provided.

@@ -257,8 +258,19 @@
TwillPreparer setLogLevels(String runnableName, Map<String, LogEntry.Level> logLevelsForRunnable);

/**
* Starts the application.
* Starts the application. It's the same as calling {@link #start(long, TimeUnit)} with timeout of 60 seconds.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any constant that we can refer to for '60' ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is, however it's defined in the core module, hence can't refer to it in the API module

Copy link
Contributor

@albertshau albertshau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these changes look good to me.

Are we going to do something similar for the stop timeout?

@chtyim
Copy link
Member Author

chtyim commented Jan 7, 2017

For the stop timeout, it is cover by TWILL-192, as the changes are more complicate in the stop case

@asfgit asfgit closed this in 5edc8dd Jan 7, 2017
@chtyim chtyim deleted the feature/twill-187 branch March 30, 2017 07:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants