Util.waitForRule(g, "SLAKsessions");
ExecutionNodeService test = (ExecutionNodeService)testManager.waitForService("ExecutionNodeService");
for(int i=0; i<15; i++) {
try {
test.incrementSessionCounter();
sleep(1000);
} catch (Exception e) {
e.printStackTrace();
thrown = e;
}