mirror of
https://github.com/rclone/rclone.git
synced 2025-02-16 18:41:54 +01:00
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
@ -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 New Issue
Block a user