This is an automated email from the ASF dual-hosted git repository.
xiangfu 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 344f3e0023 Fix a flaky test PinotFSSegmentUploaderTest. (#11366)
344f3e0023 is described below
commit 344f3e00231892e46f0991d8325db3b1f96aa54f
Author: Shen Yu <[email protected]>
AuthorDate: Wed Aug 16 21:40:03 2023 -0700
Fix a flaky test PinotFSSegmentUploaderTest. (#11366)
---
.../pinot/core/data/manager/realtime/PinotFSSegmentUploaderTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/pinot-core/src/test/java/org/apache/pinot/core/data/manager/realtime/PinotFSSegmentUploaderTest.java
b/pinot-core/src/test/java/org/apache/pinot/core/data/manager/realtime/PinotFSSegmentUploaderTest.java
index 119b7cb7d1..df892bec95 100644
---
a/pinot-core/src/test/java/org/apache/pinot/core/data/manager/realtime/PinotFSSegmentUploaderTest.java
+++
b/pinot-core/src/test/java/org/apache/pinot/core/data/manager/realtime/PinotFSSegmentUploaderTest.java
@@ -41,7 +41,7 @@ import org.testng.annotations.Test;
public class PinotFSSegmentUploaderTest {
- private static final int TIMEOUT_IN_MS = 100;
+ private static final int TIMEOUT_IN_MS = 1000;
private File _file;
private LLCSegmentName _llcSegmentName;
private ServerMetrics _serverMetrics = Mockito.mock(ServerMetrics.class);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]