Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testable (1.45 sec)

  1. src/test/java/jcifs/smb/SmbFileIntegrationTest.java

            for (int attempt = 0; attempt < 90; attempt++) {
                try {
                    SmbFile testFile = new SmbFile(baseUrl + "shared/", context);
                    testFile.exists(); // Simple connectivity test
                    log.info("SMB server is ready after {} attempts", attempt + 1);
                    return;
                } catch (Exception e) {
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 56K bytes
    - Viewed (0)
Back to top