This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 87365a8ca91 Slow test on other platforms
87365a8ca91 is described below
commit 87365a8ca91e53e2d253cc5e9c1560ecf2e801d6
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jun 10 07:54:00 2025 +0200
Slow test on other platforms
---
.../org/apache/camel/component/smb/SmbConsumerPartialReadNoPathIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-smb/src/test/java/org/apache/camel/component/smb/SmbConsumerPartialReadNoPathIT.java
b/components/camel-smb/src/test/java/org/apache/camel/component/smb/SmbConsumerPartialReadNoPathIT.java
index 49496800b84..5e32c4f72f7 100644
---
a/components/camel-smb/src/test/java/org/apache/camel/component/smb/SmbConsumerPartialReadNoPathIT.java
+++
b/components/camel-smb/src/test/java/org/apache/camel/component/smb/SmbConsumerPartialReadNoPathIT.java
@@ -50,7 +50,7 @@ public class SmbConsumerPartialReadNoPathIT extends
SmbServerTestSupport {
MockEndpoint.assertIsSatisfied(context);
- await().atMost(5, TimeUnit.SECONDS)
+ await().atMost(10, TimeUnit.SECONDS)
.untilAsserted(() -> assertEquals("Hello Uuid",
new
String(copyFileContentFromContainer("/data/rw/failed/" + uuid))));
}