mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 12:29:31 +00:00
Issue #3620 - Fixing unixsocket distribution test
+ Giving download more time to complete Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
78a71b71cc
commit
2fa8a0a943
@ -242,7 +242,8 @@ public class DistributionTests extends AbstractDistributionTest
|
||||
};
|
||||
try (DistributionTester.Run run1 = distribution.start(args1))
|
||||
{
|
||||
assertTrue(run1.awaitFor(5, TimeUnit.SECONDS));
|
||||
// Give it time to download the dependencies
|
||||
assertTrue(run1.awaitFor(30, TimeUnit.SECONDS));
|
||||
assertEquals(0, run1.getExitValue());
|
||||
|
||||
File war = distribution.resolveArtifact("org.eclipse.jetty.tests:test-simple-webapp:war:" + jettyVersion);
|
||||
|
Loading…
x
Reference in New Issue
Block a user