swift: Increase delete timeout to 20s
This commit is contained in:
parent
216e2607ca
commit
e60a96a71a
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ func newSwiftTestSuite(t testing.TB) *test.Suite {
|
||||||
// do not use excessive data
|
// do not use excessive data
|
||||||
MinimalData: true,
|
MinimalData: true,
|
||||||
|
|
||||||
// wait for removals for at least 10s
|
// wait for removals for at least 20s
|
||||||
WaitForDelayedRemoval: 10 * time.Second,
|
WaitForDelayedRemoval: 20 * time.Second,
|
||||||
|
|
||||||
// NewConfig returns a config for a new temporary backend that will be used in tests.
|
// NewConfig returns a config for a new temporary backend that will be used in tests.
|
||||||
NewConfig: func() (interface{}, error) {
|
NewConfig: func() (interface{}, error) {
|
||||||
|
|
Loading…
Reference in a new issue