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
Instrument Control
NomadSpecialModules
Commits
43231d93
Commit
43231d93
authored
Oct 27, 2016
by
yannick legoc
Browse files
changed timeout for RemoteMatlabPub
parent
ff7aadc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/controllers/remotetas/RemoteMatlabPub.cpp
View file @
43231d93
...
...
@@ -101,7 +101,7 @@ bool RemoteMatlabPub::initApplication() {
try
{
// Start the Matlab server
if
(
!
m_server
->
isAvailable
(
1000
0
))
{
if
(
!
m_server
->
isAvailable
(
1000
))
{
cout
<<
"Matlab server is not available"
<<
endl
;
return
false
;
}
...
...
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