Skip to content

Commit c334e29

Browse files
authored
[chore][envoy discovery] Extend integration test timeout (#6180)
1 parent 7529376 commit c334e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/receivers/envoy/bundled_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ func TestEnvoyDockerObserver(t *testing.T) {
8585
pmetrictest.IgnoreMetricValues(),
8686
)
8787
assert.NoError(tt, err)
88-
}, 30*time.Second, 1*time.Second)
88+
}, 60*time.Second, 1*time.Second)
8989
}

0 commit comments

Comments
 (0)