File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive/types Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1313import org .hibernate .reactive .BaseReactiveTest ;
1414import org .hibernate .reactive .testing .DBSelectionExtension ;
1515
16-
1716import org .junit .jupiter .api .Test ;
1817import org .junit .jupiter .api .extension .RegisterExtension ;
1918
19+ import io .vertx .junit5 .Timeout ;
2020import io .vertx .junit5 .VertxTestContext ;
2121import jakarta .persistence .Column ;
2222import jakarta .persistence .Entity ;
2626import jakarta .persistence .Table ;
2727import jakarta .persistence .Version ;
2828
29+ import static java .util .concurrent .TimeUnit .MINUTES ;
2930import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .DB2 ;
3031import static org .hibernate .reactive .containers .DatabaseConfiguration .DBType .POSTGRESQL ;
3132import static org .hibernate .reactive .testing .DBSelectionExtension .skipTestsFor ;
3536/**
3637 * Test types that we expect to work only on selected DBs.
3738 */
39+ @ Timeout (value = 10 , timeUnit = MINUTES )
3840public class LobTypeTest extends BaseReactiveTest {
3941
4042 // Db2: Client doesn't support CLOB type. See https://github.com/hibernate/hibernate-reactive/issues/1662
You can’t perform that action at this time.
0 commit comments