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

Merge branch 'master' into OZG-6810-FileManager-Dateiinhalt-ersetzen-proto

# Conflicts:
#	bescheid-manager/pom.xml
#	vorgang-manager-server/pom.xml
parents 30e9f62a 3c3bb2fb
Branches
Tags
1 merge request!4Revert "OZG-6810 [tmp] update version"
...@@ -326,7 +326,9 @@ class CollaborationITCase { ...@@ -326,7 +326,9 @@ class CollaborationITCase {
waitUntilCommandHasStatus(command.getId(), CommandStatus.ERROR); waitUntilCommandHasStatus(command.getId(), CommandStatus.ERROR);
await().atMost(70, TimeUnit.SECONDS).untilAsserted(() -> 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