Skip to content

Commit

Permalink
adjust test settings for poor travis-ci performance
Browse files Browse the repository at this point in the history
  • Loading branch information
levkhomich committed Mar 16, 2016
1 parent 0385a08 commit fb4a6a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ trait MockCollector { this: Specification =>
var collector: TServer = startCollector()
val results = new ConcurrentLinkedQueue[thrift.LogEntry]()

val MaxAwaitTimeout = 20000
val MaxAwaitTimeout = 300000 // TODO: use a lower value for non travis-ci environments
val AwaitTimeout = 4000
val AwaitStep = 20
val AwaitStep = 100

def startCollector(): TServer = {
val handler = new thrift.Scribe.Iface {
Expand Down

0 comments on commit fb4a6a1

Please sign in to comment.