From 535acd0483a2282a64a60dff7a421db44aa69c7f Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 5 Sep 2023 18:01:37 +0100 Subject: [PATCH] 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. --- fstest/fstests/fstests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fstest/fstests/fstests.go b/fstest/fstests/fstests.go index f6ab79853..dc9529289 100644 --- a/fstest/fstests/fstests.go +++ b/fstest/fstests/fstests.go @@ -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