| Index: appengine/tsmon/handler_test.go
|
| diff --git a/appengine/tsmon/handler_test.go b/appengine/tsmon/handler_test.go
|
| index 2acfb493e2f8e1770e6bb6550ad8feeacdf4a22a..3adaf000e96398efcf7afcff4aee9a2a4fadbf2d 100644
|
| --- a/appengine/tsmon/handler_test.go
|
| +++ b/appengine/tsmon/handler_test.go
|
| @@ -140,7 +140,7 @@ func TestHousekeepingHandler(t *testing.T) {
|
| Convey("Expires old instances", t, func() {
|
| c, clock := buildGAETestContext()
|
|
|
| - for _, count := range []int{1, housekeepingInstanceBatchSize + 1} {
|
| + for _, count := range []int{1, ds.Raw(c).Constraints().QueryBatchSize + 1} {
|
| Convey(fmt.Sprintf("Count: %d", count), func() {
|
| insts := make([]*instance, count)
|
| keys := make([]*ds.Key, count)
|
|
|