Increase runtime of nano scheduler tests to 1 min

This commit is contained in:
Mark DePristo 2012-08-26 08:42:58 -04:00
parent 846e0c11bc
commit faacacd6c0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import java.util.*;
* To change this template use File | Settings | File Templates.
*/
public class NanoSchedulerUnitTest extends BaseTest {
public static final int NANO_SCHEDULE_MAX_RUNTIME = 10000;
public static final int NANO_SCHEDULE_MAX_RUNTIME = 60000;
private class Map2x implements MapFunction<Integer, Integer> {
@Override public Integer apply(Integer input) { return input * 2; }