Skip to content

Commit

Permalink
Merge pull request etcd-io#16523 from YaoC/deflake-TestV3AuthWithLeas…
Browse files Browse the repository at this point in the history
…eRevokeWithRootJWT

tests/integration: deflake TestV3AuthWithLeaseRevokeWithRootJWT
  • Loading branch information
ahrtr authored Sep 4, 2023
2 parents e80c896 + d2a93eb commit bc54bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/framework/integration/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc54bac

Please sign in to comment.