= all remove semicolons "bye-bye semicolon" (#24659)
This commit is contained in:
parent
6646eded2c
commit
97ca714d17
13 changed files with 29 additions and 29 deletions
|
|
@ -99,7 +99,7 @@ trait Player { this: TestConductorExt ⇒
|
|||
val barrierTimeout = stop.timeLeft
|
||||
if (barrierTimeout < Duration.Zero) {
|
||||
client ! ToServer(FailBarrier(b))
|
||||
throw new TimeoutException("Server timed out while waiting for barrier " + b);
|
||||
throw new TimeoutException("Server timed out while waiting for barrier " + b)
|
||||
}
|
||||
try {
|
||||
implicit val timeout = Timeout(barrierTimeout + Settings.QueryTimeout.duration)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue