Skip to content

Commit

Permalink
Fix intermittent file missing error.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Gooderham <turkeyonmarblerye@gmail.com>
  • Loading branch information
turkeylurkey committed Jun 7, 2022
1 parent ed89250 commit 6daf05e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public void configIncludesChangeTest() throws Exception {

// check for server configuration was successfully updated message
assertTrue(verifyLogMessageExists(SERVER_UPDATED, 60000));
verifyFileExists(targetServerXMLIncludes, 11000); // ensure file copy is complete.
boolean foundUpdate = verifyLogMessageExists("<feature>servlet-4.0</feature>", 60000, targetServerXMLIncludes);
assertTrue("Could not find the updated feature in the target extraFeatures.xml file", foundUpdate);
// restore config files
Expand Down

0 comments on commit 6daf05e

Please sign in to comment.