Skip to content

Commit 0899f29

Browse files
souravcrlclaude
authored andcommitted
oidcauth: explicitly set test size to medium
The OIDC authorization tests can take 250s+ under race detection. Make the `medium` size explicit (300s, 900s with race) to prevent future regressions if the default changes. Release note: None Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f8c0350 commit 0899f29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/ccl/oidcccl/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ go_library(
4141

4242
go_test(
4343
name = "oidcccl_test",
44-
size = "small",
44+
size = "medium",
4545
srcs = [
4646
"authentication_oidc_test.go",
4747
"authorization_oidc_test.go",

0 commit comments

Comments
 (0)