[Fix] fix broken tests

This commit is contained in:
Robert von Burg 2018-02-28 09:10:47 +01:00
parent 676bb9c11e
commit 4f2fd4648a
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ public class StartActivityExecutionServiceTest extends RuntimeMock {
doServiceAssertResult(cert, svc, arg);
// allow execution handler to do work
Thread.sleep(10);
Thread.sleep(20);
try (StrolchTransaction tx = getRealm("execution").openTx(cert, StartActivityExecutionServiceTest.class)) {
Action action;