Skip to content

Commit

Permalink
fix flink on yarn test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuan1223 committed Oct 26, 2023
1 parent 8b51840 commit cbd4c0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ abstract class FlinkOperationSuite extends HiveJDBCTestHelper with WithFlinkTest
assert(insertResult1.next())
val jobId1 = insertResult1.getString(1)

Thread.sleep(5000)
Thread.sleep(3000)

val showResult = statement.executeQuery("show jobs")
val metadata = showResult.getMetaData
Expand Down

0 comments on commit cbd4c0c

Please sign in to comment.