Skip to content
Snippets Groups Projects
Commit 43231d93 authored by yannick legoc's avatar yannick legoc
Browse files

changed timeout for RemoteMatlabPub

parent ff7aadc4
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ bool RemoteMatlabPub::initApplication() {
try {
// Start the Matlab server
if (!m_server->isAvailable(10000)) {
if (!m_server->isAvailable(1000)) {
cout << "Matlab server is not available" << endl;
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment