Speeding up remote tests by removing superfluous Thread.sleep
This commit is contained in:
parent
0375e7860b
commit
a1218b68e1
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ class AkkaRemoteTest extends
|
|||
|
||||
override def beforeEach {
|
||||
remote.start(host,port)
|
||||
Thread.sleep(2000)
|
||||
super.beforeEach
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue