Fix ActiveObjectGuiceConfiguratorSpec. Wait is now longer than set timeout

This commit is contained in:
momania 2010-07-01 13:59:23 +02:00
parent 3d97ca3368
commit 10db2363cf

View file

@ -17,7 +17,7 @@ public class Foo extends se.scalablesolutions.akka.serialization.Serializable.Ja
}
public String longRunning() {
try {
Thread.sleep(1000);
Thread.sleep(1200);
} catch (InterruptedException e) {
}
return "test";