Skip to content

Commit

Permalink
fix: invalid test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
buraksezer committed Dec 5, 2020
1 parent 818b143 commit 47e17b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/olric-cli/cli/evaluate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ import (
)

var testConfig = &client.Config{
DialTimeout: time.Second,
KeepAlive: time.Second,
MaxConn: 10,
Client: config.NewClient(),
}

func getFreePort() (int, error) {
Expand Down

0 comments on commit 47e17b1

Please sign in to comment.