Bump version to 0.5.0.M1

This commit is contained in:
Dave Syer
2013-08-02 09:27:02 +01:00
parent fda537d3b9
commit 68e5a7e887
39 changed files with 61 additions and 44 deletions

View File

@@ -26,7 +26,6 @@ import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.sample.data.jpa.SampleDataJpaApplication;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
@@ -56,7 +55,7 @@ public class SampleDataJpaApplicationTests {
.run(SampleDataJpaApplication.class);
}
});
context = future.get(10, TimeUnit.SECONDS);
context = future.get(30, TimeUnit.SECONDS);
}
@AfterClass