Skip to content

Commit

Permalink
Merge pull request #35146 from gastaldi/devmojo_windows
Browse files Browse the repository at this point in the history
Increase `DevMojoIT#testResourcesFromClasspath` timeout
  • Loading branch information
gastaldi authored Aug 2, 2023
2 parents b84764d + 7c1e797 commit 1e60d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ nb-configuration.xml
.envrc
.jekyll-cache
.mvn/.gradle-enterprise
.quarkus
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ public void testResourcesFromClasspath() throws MavenInvocationException, IOExce
// make sure the application starts
await()
.pollDelay(100, TimeUnit.MILLISECONDS)
.atMost(20, TimeUnit.SECONDS)
.atMost(1, TimeUnit.MINUTES)
.until(() -> DevModeTestUtils.getHttpResponse("/cp/hello").equals("hello"));

// test that we don't get multiple instances of a resource when loading from the ClassLoader
Expand Down

0 comments on commit 1e60d82

Please sign in to comment.