Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test are failing #8

Open
salaboy opened this issue Mar 2, 2017 · 3 comments
Open

Test are failing #8

salaboy opened this issue Mar 2, 2017 · 3 comments

Comments

@salaboy
Copy link

salaboy commented Mar 2, 2017

When I try to build the project I'm getting:

should_create_valid_spring_boot_15war_archive(org.shrinkwrap.springboot.app.SpringBootTest) Time elapsed: 12.059 sec <<< ERROR!
org.awaitility.core.ConditionTimeoutException: org.shrinkwrap.springboot.app.SpringBootTest expected <200> but was <404> within 10 seconds.
at org.shrinkwrap.springboot.app.SpringBootTest.validateSpringBootArchive(SpringBootTest.java:90)
at org.shrinkwrap.springboot.app.SpringBootTest.should_create_valid_spring_boot_15war_archive(SpringBootTest.java:69)

is there any requirement to run those tests?

@lordofthejars
Copy link
Contributor

Try to increase the timeout to 30 seconds. To release the version I used mvn release plugin so tests run passes for sure.

@salaboy
Copy link
Author

salaboy commented Mar 2, 2017

Where is the timeout defined?

@lordofthejars
Copy link
Contributor

lordofthejars commented Mar 2, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants