forked from TrueCloudLab/rclone
fstests: fix PublicLink failing on storj
Storj requires a minimum duration of 1 minute for the link expiry so increase what we are asking for from 1 minute to 2 minutes.
This commit is contained in:
parent
db37b3ef9e
commit
535acd0483
1 changed files with 1 additions and 1 deletions
|
@ -1794,7 +1794,7 @@ func Run(t *testing.T, opt *Opt) {
|
|||
}
|
||||
}
|
||||
|
||||
expiry := fs.Duration(60 * time.Second)
|
||||
expiry := fs.Duration(120 * time.Second)
|
||||
doPublicLink := wrapPublicLinkFunc(publicLinkFunc)
|
||||
|
||||
// if object not found
|
||||
|
|
Loading…
Reference in a new issue