#2600 increase wait time as start can be long for some machines

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2018-06-11 18:00:42 +10:00
parent 4f1dd352d6
commit eed55854e5
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class TestGetContent
}
else
{
Thread.currentThread().sleep( 100 );
Thread.currentThread().sleep( 1000 );
}
}
}