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:
Nick Craig-Wood 2023-09-05 18:01:37 +01:00
parent db37b3ef9e
commit 535acd0483
1 changed files with 1 additions and 1 deletions

View File

@ -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