Skip to content

Commit 417898a

Browse files
committed
[FLINK] Use ISO-8601 time conf in unit test
1 parent 99a4964 commit 417898a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

externals/kyuubi-flink-sql-engine/src/test/scala/org/apache/kyuubi/engine/flink/operation/FlinkOperationSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ abstract class FlinkOperationSuite extends HiveJDBCTestHelper with WithFlinkTest
12551255

12561256
test("test result fetch timeout") {
12571257
val exception = intercept[KyuubiSQLException](
1258-
withSessionConf()(Map(ENGINE_FLINK_FETCH_TIMEOUT.key -> "60000"))() {
1258+
withSessionConf()(Map(ENGINE_FLINK_FETCH_TIMEOUT.key -> "PT60S"))() {
12591259
withJdbcStatement("tbl_a") { stmt =>
12601260
stmt.executeQuery("create table tbl_a (a int) " +
12611261
"with ('connector' = 'datagen', 'rows-per-second'='0')")

0 commit comments

Comments
 (0)