Skip to content
Snippets Groups Projects
Commit f3b60b6a authored by OZGCloud's avatar OZGCloud
Browse files

try fix test in Jenkins

parent 1f4bec40
Branches
Tags
No related merge requests found
......@@ -331,7 +331,9 @@ class CollaborationITCase {
waitUntilCommandHasStatus(command.getId(), CommandStatus.ERROR);
assertThat(loadCollaborationRequest(vorgangId)).isEmpty();
await().atMost(60, TimeUnit.SECONDS).untilAsserted(() -> {
assertThat(loadCollaborationRequest(vorgangId)).isEmpty();
});
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment