Skip to content

Commit

Permalink
feat(impl):[#488] update
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed Mar 29, 2024
1 parent 7d3f25f commit 08f981d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 124,527 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ void registerJobWithCollectAspectsShouldIncludeSubmodels() throws InvalidSchemaE
// then
given().ignoreException(ResponseStatusException.class)
.await()
.atMost(10, TimeUnit.MINUTES)
.atMost(10, TimeUnit.SECONDS)
.until(() -> getSubmodelsSize(registeredJob.getId()), greaterThan(0));
}

Expand Down
Loading

0 comments on commit 08f981d

Please sign in to comment.