Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util: Increase modtime in AdvancedTlsX509TrustManagerTest
I noticed an old JDK 8u275 failed on the test because the modification time's resolution was one second. A newer JDK 8u432 worked fine, so it's not really a problem for me, but increasing the time difference is cheap. I used two seconds as that's the resolution available on FAT (which is unlikely to be TMPDIR, even on Windows).
- Loading branch information