- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for withStartupTimeout (0.06 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/storage/StorageClientTest.java
.withCommand("server /data")// .waitingFor(new HttpWaitStrategy()// .forPath("/minio/health/ready")// .forPort(port)// .withStartupTimeout(Duration.ofSeconds(30))); logger.info("Starting {}", IMAGE_NAME); minioServer.start(); logger.info("Started {}", IMAGE_NAME); String bucketName = "fess";
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 13.8K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger(SmbFileIntegrationTest.class))) .waitingFor(Wait.forListeningPorts(SMB_PORT).withStartupTimeout(Duration.ofMinutes(2))); } catch (IOException e) { throw new RuntimeException("Failed to setup test directories", e); } } else { sambaContainer = null;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0)