INT-3366 Increase Script Test Timeouts

JIRA: https://jira.spring.io/browse/INT-3366

Timings are too tight for Travis.

Also fix a JDK8 javadoc problem.
This commit is contained in:
Gary Russell
2014-04-10 16:37:13 -04:00
parent 64a7a7e021
commit e0b567778f
3 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ import org.springframework.jdbc.core.JdbcTemplate;
/**
* Contains Oracle-specific queries for the {@link JdbcChannelMessageStore}.
* Please ensure that the used {@link JdbcTemplate}'s fetchSize property is <code>1</code>.
* <p/>
* <p>
* Fore more details, please see: http://stackoverflow.com/questions/6117254/force-oracle-to-return-top-n-rows-with-skip-locked
*
* @author Gunnar Hillert