rfscholte commented on a change in pull request #163:
URL:
https://github.com/apache/maven-dependency-plugin/pull/163#discussion_r706584765
##########
File path:
src/test/java/org/apache/maven/plugins/dependency/fromConfiguration/TestUnpackMojo.java
##########
@@ -554,7 +554,7 @@ public void testUnpackOverWriteIfNewer()
// set to known value
assertTrue( unpackedFile.setLastModified( time ) );
// set source to be newer was 4s but test is brittle on MacOS if less
than 5s
- assertTrue( artifact.getFile().setLastModified( time + 5000 ) );
+ assertTrue( artifact.getFile().setLastModified( time + 8000 ) );
Review comment:
Comment is not in sync anymore
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]