Skip to content

Commit

Permalink
fix swift: drop un-needed sleep
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Chodur <[email protected]>
  • Loading branch information
FUSAKLA committed Dec 4, 2020
1 parent 6876b7c commit 8716555
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/objstore/swift/swift.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ func NewTestContainer(t testing.TB) (objstore.Bucket, func(), error) {

return c, func() {
objstore.EmptyBucket(t, context.Background(), c)
time.Sleep(time.Second)
if err := c.connection.ContainerDelete(c.name); err != nil {
t.Logf("deleting container %s failed: %s", c.Name(), err)
}
Expand Down

0 comments on commit 8716555

Please sign in to comment.