We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b5c2e commit 78dc106Copy full SHA for 78dc106
1 file changed
bigtable/integration_test.go
@@ -133,7 +133,6 @@ func cleanup(c IntegrationTestConfig) error {
133
}
134
uT := time.Unix(t, 0)
135
sevenDays := time.Hour * 24 * 7
136
- sevenDays = time.Second * 60
137
if time.Now().After(uT.Add(sevenDays)) {
138
// delete an instance older than 7 days
139
iac.DeleteInstance(ctx, info.Name)
0 commit comments