Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
98b3b1ab
Commit
98b3b1ab
authored
Feb 02, 2016
by
eric pellegrini
Browse files
set back the controller time to 10s
parent
60b3825e
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/GUI/JobControllerPanel.py
View file @
98b3b1ab
...
...
@@ -98,7 +98,7 @@ class JobController(threading.Thread):
while
not
self
.
_stop
.
is_set
():
self
.
update
()
self
.
_stop
.
wait
(
2
.0
)
self
.
_stop
.
wait
(
10
.0
)
def
stop
(
self
):
...
...
Write
Preview
Markdown
is supported
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