made the timeout longer (from 30ms to 200 ms) on in-only test of ActorProducerTest so it also works on a slow box
This commit is contained in:
parent
2127eb8926
commit
3ce3f270df
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class ActorProducerTest extends TestKit(ActorSystem("test")) with WordSpec with
|
|||
}
|
||||
|
||||
"not expect response and not block" in {
|
||||
time(producer.processExchangeAdapter(exchange)) must be < (30 millis)
|
||||
time(producer.processExchangeAdapter(exchange)) must be < (200 millis)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue