Skip to content

Commit

Permalink
Fix TestCursorRetries test
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon committed Sep 9, 2014
1 parent 08a7694 commit d86e88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/cluster_test.go
Expand Up @@ -567,7 +567,7 @@ func TestCursorRetries(t *testing.T) {
c := integrationCluster(t, addresses, 1000)

elements := []common.KeyScoreMember{}
for i := 0; i < 234; i++ { // bigger than initial selectLimit minimum; less than 100 times that value
for i := 0; i < 50; i++ {
elements = append(elements, common.KeyScoreMember{
Key: "foo",
Score: 1.23,
Expand Down

0 comments on commit d86e88c

Please sign in to comment.