Fix ActiveObjectGuiceConfiguratorSpec. Wait is now longer than set timeout
This commit is contained in:
parent
3d97ca3368
commit
10db2363cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue