You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/07/19 01:08:52 UTC

[flink-table-store] branch master updated: [hotfix] Increase the timeout of SinkSavepointITCase.testRecoverFromSavepoint

This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/master by this push:
     new 2095992a [hotfix] Increase the timeout of SinkSavepointITCase.testRecoverFromSavepoint
2095992a is described below

commit 2095992aa32a9ce5e762dcd69a146660a58bdeb7
Author: JingsongLi <lz...@aliyun.com>
AuthorDate: Tue Jul 19 09:08:42 2022 +0800

    [hotfix] Increase the timeout of SinkSavepointITCase.testRecoverFromSavepoint
---
 .../apache/flink/table/store/connector/sink/SinkSavepointITCase.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-table-store-connector/src/test/java/org/apache/flink/table/store/connector/sink/SinkSavepointITCase.java b/flink-table-store-connector/src/test/java/org/apache/flink/table/store/connector/sink/SinkSavepointITCase.java
index e2ab0782..1aa4546f 100644
--- a/flink-table-store-connector/src/test/java/org/apache/flink/table/store/connector/sink/SinkSavepointITCase.java
+++ b/flink-table-store-connector/src/test/java/org/apache/flink/table/store/connector/sink/SinkSavepointITCase.java
@@ -67,7 +67,7 @@ public class SinkSavepointITCase extends AbstractTestBase {
         FailingAtomicRenameFileSystem.reset(failingName, 100, 500);
     }
 
-    @Test(timeout = 60000)
+    @Test(timeout = 180000)
     public void testRecoverFromSavepoint() throws Exception {
         String failingPath = FailingAtomicRenameFileSystem.getFailingPath(failingName, path);
         String savepointPath = null;