This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new e5decf35f9 Extend compatibility verifier operation timeout from 1m to
2m to reduce flakiness (#13338)
e5decf35f9 is described below
commit e5decf35f9c68676ec99ab73853c04c792d0bc04
Author: Xiaotian (Jackie) Jiang <[email protected]>
AuthorDate: Fri Jun 7 12:52:52 2024 -0700
Extend compatibility verifier operation timeout from 1m to 2m to reduce
flakiness (#13338)
---
.../src/main/java/org/apache/pinot/compat/SegmentOp.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pinot-compatibility-verifier/src/main/java/org/apache/pinot/compat/SegmentOp.java
b/pinot-compatibility-verifier/src/main/java/org/apache/pinot/compat/SegmentOp.java
index df53fd379e..95156f02c9 100644
---
a/pinot-compatibility-verifier/src/main/java/org/apache/pinot/compat/SegmentOp.java
+++
b/pinot-compatibility-verifier/src/main/java/org/apache/pinot/compat/SegmentOp.java
@@ -65,7 +65,7 @@ import org.slf4j.LoggerFactory;
public class SegmentOp extends BaseOp {
private static final Logger LOGGER =
LoggerFactory.getLogger(SegmentOp.class);
private static final FileFormat DEFAULT_FILE_FORMAT = FileFormat.CSV;
- private static final int DEFAULT_MAX_SLEEP_TIME_MS = 60000;
+ private static final int DEFAULT_MAX_SLEEP_TIME_MS = 120000;
private static final int DEFAULT_SLEEP_INTERVAL_MS = 1000;
public enum Op {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]