-Turns out the Java 6 JCE crypto library (used to decrypt our AWS keys) uses the current list of files in the java.io.tmpdir as a source of entropy. This file list operation was prohibitively slow with a large, shared temp directory. -Starting with an independent, empty temp dir for each run should solve this problem, and get rid of all/most of the test timeouts we've been seeing. |
||
|---|---|---|
| licensing | ||
| protected | ||
| public | ||
| settings | ||
| .gitignore | ||
| build.xml | ||
| intellij_example.tar.bz2 | ||
| ivy.xml | ||