> Hi all, > > Test javax/net/ssl/Stapling/HttpsUrlConnClient.java fails "Read timed out" > intermittently, espically the system is overload. This PR make the several > timeout value receive and multiply the jtreg timeout factor. This will make > test more robustness. > Change has been verified locally by run the test 1000 times simultancely.
SendaoYan has updated the pull request incrementally with one additional commit since the last revision: Use TimeUnit.SECONDS.toMillis(5) to make code more clear ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30212/files - new: https://git.openjdk.org/jdk/pull/30212/files/6883ef59..e186a552 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30212&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30212&range=01-02 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/30212.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30212/head:pull/30212 PR: https://git.openjdk.org/jdk/pull/30212
