Search in sources :

Example 1 with SqlConfig

use of com.hazelcast.config.SqlConfig in project hazelcast by hazelcast.

the class TestFullApplicationContext method testSqlConfig.

@Test
public void testSqlConfig() {
    SqlConfig sqlConfig = config.getSqlConfig();
    assertEquals(30L, sqlConfig.getStatementTimeoutMillis());
}
Also used : SqlConfig(com.hazelcast.config.SqlConfig) Test(org.junit.Test) QuickTest(com.hazelcast.test.annotation.QuickTest)

Aggregations

SqlConfig (com.hazelcast.config.SqlConfig)1 QuickTest (com.hazelcast.test.annotation.QuickTest)1 Test (org.junit.Test)1