mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 11:46:36 +00:00
swift: Increase delete timeout to 20s
This commit is contained in:
parent
216e2607ca
commit
e60a96a71a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user