Skip to content

Commit 93f03c2

Browse files
committed
fix
1 parent ac3c6bf commit 93f03c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/PrimaryKeyFileStoreTableITCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
/** Tests for changelog table with primary keys. */
6767
public class PrimaryKeyFileStoreTableITCase extends AbstractTestBase {
6868

69-
private static final int TIMEOUT = 240;
69+
private static final int TIMEOUT = 480;
7070
private static final Logger LOG = LoggerFactory.getLogger(PrimaryKeyFileStoreTableITCase.class);
7171

7272
// ------------------------------------------------------------------------

0 commit comments

Comments
 (0)