This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.14 by this push:
new 7e5ada5 [FLINK-24839][fs-connector] Increase Timeout of
FsStreamingSinkITCaseBase to 240
7e5ada5 is described below
commit 7e5ada57afedc986cae9edda907694c93e8484b9
Author: Jingsong Lee <[email protected]>
AuthorDate: Tue Nov 16 16:40:39 2021 +0800
[FLINK-24839][fs-connector] Increase Timeout of FsStreamingSinkITCaseBase
to 240
This closes #17803
---
.../flink/table/planner/runtime/stream/FsStreamingSinkITCaseBase.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/FsStreamingSinkITCaseBase.scala
b/flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/FsStreamingSinkITCaseBase.scala
index d11cb2b..d7806ce 100644
---
a/flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/FsStreamingSinkITCaseBase.scala
+++
b/flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/FsStreamingSinkITCaseBase.scala
@@ -46,7 +46,7 @@ import scala.collection.Seq
abstract class FsStreamingSinkITCaseBase extends StreamingTestBase {
@Rule
- def timeoutPerTest: Timeout = Timeout.seconds(20)
+ def timeoutPerTest: Timeout = Timeout.seconds(240)
protected var resultPath: String = _