Skip to content
Snippets Groups Projects
Commit 58ed88e6 authored by Felix de las Pozas's avatar Felix de las Pozas
Browse files

Rest wait times

parent 371493ef
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#git_subproject( gmrvlex https://github.com/vg-lab/gmrvlex.git c20b194 )
#git_subproject( Brion https://github.com/BlueBrain/Brion.git 073f356 )
git_subproject( ReTo https://github.com/gmrvvis/ReTo.git e21091c )
git_subproject( SimIL https://github.com/gmrvvis/SimIL.git a8a56438 )
git_subproject( SimIL https://github.com/gmrvvis/SimIL.git bbc4bd7f )
git_subproject( scoop https://github.com/gmrvvis/scoop.git b3326cd )
git_subproject( plab https://github.com/vg-lab/particlelab.git 675f9088 )
git_subproject( acuterecorder https://github.com/vg-lab/AcuteRecorder.git 0b84c2b1 )
......@@ -9,7 +9,7 @@
cmake_minimum_required( VERSION 3.1 FATAL_ERROR )
# visimpl project and version
project( visimpl VERSION 1.8.0 )
project( visimpl VERSION 1.8.1 )
set( visimpl_VERSION_ABI 6 )
SET( VISIMPL_LICENSE "GPL")
......
......@@ -35,7 +35,7 @@ RESTConfigurationWidget::RESTConfigurationWidget(QWidget *p, Qt::WindowFlags f)
: QWidget(p,f)
{
m_waitTime = new QSpinBox();
m_waitTime->setMinimum(1000);
m_waitTime->setMinimum(1);
m_waitTime->setMaximum(10000);
m_waitTime->setValue(5000);
m_waitTime->setSuffix(" ms");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment