[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11212: another minor change in example application (puppetor/trunk/src/de/uniba/wiai/lspi/puppetor/examples)
Author: kloesing
Date: 2007-08-20 03:11:15 -0400 (Mon, 20 Aug 2007)
New Revision: 11212
Modified:
puppetor/trunk/src/de/uniba/wiai/lspi/puppetor/examples/DistributedStorage.java
Log:
another minor change in example application
Modified: puppetor/trunk/src/de/uniba/wiai/lspi/puppetor/examples/DistributedStorage.java
===================================================================
--- puppetor/trunk/src/de/uniba/wiai/lspi/puppetor/examples/DistributedStorage.java 2007-08-19 22:45:13 UTC (rev 11211)
+++ puppetor/trunk/src/de/uniba/wiai/lspi/puppetor/examples/DistributedStorage.java 2007-08-20 07:11:15 UTC (rev 11212)
@@ -992,7 +992,7 @@
// wait for a random time between 5 to 10 minutes
try {
- Thread.sleep(5 * 1000 + rnd.nextInt(5 * 1000));
+ Thread.sleep(5 * 60 * 1000 + rnd.nextInt(5 * 60 * 1000));
} catch (InterruptedException e) {
}
}