Fix poms for a milestone release

This commit is contained in:
Dave Syer
2013-08-02 11:29:07 +01:00
parent 19a880dff6
commit 638a31f5e3
4 changed files with 41 additions and 3 deletions

View File

@@ -84,6 +84,6 @@ public class SampleIntegrationApplicationTests {
return builder.toString();
}
});
return future.get(10, TimeUnit.SECONDS);
return future.get(30, TimeUnit.SECONDS);
}
}