mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests/integration: deflake TestV3AuthWithLeaseRevokeWithRootJWT
Signed-off-by: Yao Cheng <chengyao09@hotmail.com>
This commit is contained in:
parent
d4a0b88934
commit
d2a93eb7ce
@ -126,7 +126,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",
|
||||
testutils.MustAbsPath("../fixtures/server.crt"), testutils.MustAbsPath("../fixtures/server.key.insecure"))
|
||||
|
||||
// UniqueNumber is used to generate unique port numbers
|
||||
|
Loading…
x
Reference in New Issue
Block a user