Skip to content

Commit c1311f7

Browse files
committed
Adjust some test timeouts
1 parent 4be5824 commit c1311f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deps/rabbitmq_auth_backend_oauth2/BUILD.bazel

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,17 @@ suites = [
6969
rabbitmq_integration_suite(
7070
PACKAGE,
7171
name = "add_uaa_key_command_SUITE",
72-
size = "small",
72+
size = "medium",
7373
),
7474
rabbitmq_integration_suite(
7575
PACKAGE,
7676
name = "config_schema_SUITE",
77+
size = "medium",
7778
),
7879
rabbitmq_integration_suite(
7980
PACKAGE,
8081
name = "jwks_SUITE",
82+
size = "medium",
8183
additional_beam = [
8284
":rabbit_auth_backend_oauth2_test_util",
8385
],
@@ -100,7 +102,7 @@ suites = [
100102
rabbitmq_integration_suite(
101103
PACKAGE,
102104
name = "system_SUITE",
103-
size = "small",
105+
size = "medium",
104106
additional_beam = [
105107
":rabbit_auth_backend_oauth2_test_util",
106108
],

0 commit comments

Comments
 (0)