more talking

This commit is contained in:
Julian Dolby 2018-10-20 12:16:43 -04:00
parent 8381141e54
commit 2d2d6070ff
1 changed files with 2 additions and 1 deletions

View File

@ -105,8 +105,9 @@ public class KawaCallGraphTest extends DynamicCallGraphTestBase {
private void noteElapsedTime() {
long now = System.currentTimeMillis();
if (now - time >= 120000) {
if (now - time >= 10000) {
System.out.println("worked " + (now - time));
System.out.flush();
time = now;
}
}