]> Cypherpunks repositories - gostls13.git/commit
runtime: increase repeat count for alloc test
authorKeith Randall <khr@golang.org>
Wed, 15 Oct 2025 20:28:15 +0000 (13:28 -0700)
committerKeith Randall <khr@golang.org>
Wed, 15 Oct 2025 22:23:22 +0000 (15:23 -0700)
commit27f9a6705c700d9075d4651cf9cff9cabbe4a47e
tree1d12848e1dd7a4860bb7388459499bc25191095c
parentb68cebd809f1335b4504837337f5702406720432
runtime: increase repeat count for alloc test

To make sure a single spurious alloc doesn't flake the test.

Fixes #75858

Change-Id: I055b37ad5668459bfa7ab1dac97025c997c68f1a
Reviewed-on: https://go-review.googlesource.com/c/go/+/712201
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Keith Randall <khr@google.com>
src/runtime/iface_test.go