Skip to content

Commit

Permalink
Merge pull request #18253 from YaoC/backport-16523-to-release-3.5
Browse files Browse the repository at this point in the history
[3.5] backport deflake TestV3AuthWithLeaseRevokeWithRootJWT
  • Loading branch information
ahrtr authored Jun 30, 2024
2 parents 8fde09b + 2dc3a3c commit 7b98547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var (
ClientCertAuth: true,
}

defaultTokenJWT = fmt.Sprintf("jwt,pub-key=%s,priv-key=%s,sign-method=RS256,ttl=1s",
defaultTokenJWT = fmt.Sprintf("jwt,pub-key=%s,priv-key=%s,sign-method=RS256,ttl=2s",
MustAbsPath("../fixtures/server.crt"), MustAbsPath("../fixtures/server.key.insecure"))

// uniqueNumber is used to generate unique port numbers
Expand Down

0 comments on commit 7b98547

Please sign in to comment.