refs #111: Add Recurrent and scheduled Task support

https://support.d4science.org/issues/111
Fixing test

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@117519 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-07-28 13:53:13 +00:00
parent 069c1c474f
commit e65f202e52
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ public class SmartExecutorSchedulerTest {
SmartExecutorScheduler smartExecutorScheduler = SmartExecutorScheduler.getInstance();
long startTime = Calendar.getInstance().getTimeInMillis();
long endTime = startTime;
while(endTime <= (startTime + 80 * 1000)){
while(endTime <= (startTime + 83 * 1000)){
endTime = Calendar.getInstance().getTimeInMillis();
}
smartExecutorScheduler.stop(uuid);