swift: Increase delete timeout to 20s

This commit is contained in:
Alexander Neumann 2017-06-18 21:31:48 +02:00
parent 216e2607ca
commit e60a96a71a
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ func newSwiftTestSuite(t testing.TB) *test.Suite {
// do not use excessive data
MinimalData: true,
// wait for removals for at least 10s
WaitForDelayedRemoval: 10 * time.Second,
// wait for removals for at least 20s
WaitForDelayedRemoval: 20 * time.Second,
// NewConfig returns a config for a new temporary backend that will be used in tests.
NewConfig: func() (interface{}, error) {