Skip to content

Commit

Permalink
increase MockCollector await timeout as a workaround for CI test fail…
Browse files Browse the repository at this point in the history
…ures
  • Loading branch information
levkhomich committed Oct 4, 2015
1 parent 96e4c2b commit 2f52f31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ trait MockCollector { this: Specification =>
var collector: TServer = startCollector()
val results = new ConcurrentLinkedQueue[thrift.LogEntry]()

val MaxAwaitTimeout = 14000
val MaxAwaitTimeout = 20000
val AwaitTimeout = 4000
val AwaitStep = 20

Expand Down

0 comments on commit 2f52f31

Please sign in to comment.