fix broken test (#12741)

This commit is contained in:
R.B. Boyer 2022-04-11 10:56:57 -05:00 committed by GitHub
parent 231e5b61e7
commit 9fb8616bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ func TestDiscoveryChainRead(t *testing.T) {
expectTarget_DC1 := targetWithConnectTimeout(
newTarget("web", "", "default", "default", "dc1"),
33*time.Second,
22*time.Second,
)
expectTarget_DC1.MeshGateway = structs.MeshGatewayConfig{
Mode: structs.MeshGatewayModeLocal,
@ -290,7 +290,7 @@ func TestDiscoveryChainRead(t *testing.T) {
expectTarget_DC2 := targetWithConnectTimeout(
newTarget("web", "", "default", "default", "dc2"),
33*time.Second,
22*time.Second,
)
expectTarget_DC2.MeshGateway = structs.MeshGatewayConfig{
Mode: structs.MeshGatewayModeLocal,