Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 78c4ae7

Browse files
authored
Merge d3ad990 into facda8a
2 parents facda8a + d3ad990 commit 78c4ae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-spanner/src/test/java/com/google/cloud/spanner/AsyncResultSetImplStressTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
@RunWith(Parameterized.class)
5757
public class AsyncResultSetImplStressTest {
58-
private static final int TEST_RUNS = 1000;
58+
private static final int TEST_RUNS = 25;
5959

6060
/** Timeout is applied to each test case individually. */
6161
@Rule public Timeout timeout = new Timeout(120, TimeUnit.SECONDS);

0 commit comments

Comments
 (0)