summaryrefslogtreecommitdiffstats
path: root/client/go/internal/vespa/document/throttler_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/internal/vespa/document/throttler_test.go')
-rw-r--r--client/go/internal/vespa/document/throttler_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/internal/vespa/document/throttler_test.go b/client/go/internal/vespa/document/throttler_test.go
index b386e0d5105..eba8cbd2972 100644
--- a/client/go/internal/vespa/document/throttler_test.go
+++ b/client/go/internal/vespa/document/throttler_test.go
@@ -13,7 +13,7 @@ func TestThrottler(t *testing.T) {
if got, want := tr.TargetInflight(), int64(16); got != want {
t.Errorf("got TargetInflight() = %d, but want %d", got, want)
}
- for i := 0; i < 30; i++ {
+ for i := 0; i < 65; i++ {
tr.Sent()
tr.Success()
}