Skip to content

Commit

Permalink
Increase test metadata server startup delay
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-walkiewicz authored and findepi committed Feb 2, 2024
1 parent fc020a4 commit ebff693
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public void testOidcDiscoveryTimesOut()
ImmutableMap.<String, String>builder()
.put("/.well-known/openid-configuration", "oidc/openid-configuration.json")
.put("/jwks.json", "jwk/jwk-public.json")
.buildOrThrow(), 10));
.buildOrThrow(), 60));
TestingTrinoServer server = createServer(
ImmutableMap.<String, String>builder()
.put("http-server.authentication.oauth2.issuer", metadataServer.getBaseUrl().toString())
Expand Down

0 comments on commit ebff693

Please sign in to comment.