Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
cad38567
Commit
cad38567
authored
Apr 06, 2018
by
Johannes Eder
Browse files
fixed initial timeout
parent
05c1afc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.exploration.ui/trunk/src/org/fortiss/af3/exploration/ui/perspective/generic/SynthesisViewBase.java
View file @
cad38567
...
...
@@ -131,8 +131,8 @@ public abstract class SynthesisViewBase extends DSEPerspectiveViewBase {
/** Total timeout label. */
private
Label
totalTimeoutLbl
;
/** Total timeout in seconds to be passed to DSE Backends. */
private
Integer
totalTimeout
=
10
;
/** Total timeout in
milli
seconds to be passed to DSE Backends. */
private
Integer
totalTimeout
=
DEFAULT_TIMEOUT
*
TIME_SECS_TO_MSECS
;
/** {@inheritDoc} */
@Override
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment