Skip to content

Commit

Permalink
Stabilize TestArchetypes.test410ImportMary
Browse files Browse the repository at this point in the history
The original code failed intermittently.
  • Loading branch information
mederly committed Mar 12, 2022
1 parent 1852905 commit 3c87d4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ public void test410ImportMary() throws Exception {

when("importing from the source");
modelService.importFromResource(RESOURCE_SOURCE.oid, RESOURCE_SOURCE.controller.getAccountObjectClass(), task, result);
waitForTaskFinish(task, true, 10000);
waitForTaskCloseOrSuspend(task.getOid(), 10000);

then("Mary has a lab account");
assertTask(task.getOid(), "after")
Expand Down

0 comments on commit 3c87d4e

Please sign in to comment.