Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/vfs/zip/vfs_test.go')
-rw-r--r--internal/vfs/zip/vfs_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/vfs/zip/vfs_test.go b/internal/vfs/zip/vfs_test.go
index 0a8a5e0b..ffda1fb6 100644
--- a/internal/vfs/zip/vfs_test.go
+++ b/internal/vfs/zip/vfs_test.go
@@ -98,7 +98,7 @@ func TestVFSFindOrOpenArchiveConcurrentAccess(t *testing.T) {
require.Eventually(t, func() bool {
_, err := vfs.findOrOpenArchive(context.Background(), path, path)
return err == errAlreadyCached
- }, time.Second, time.Nanosecond)
+ }, 3*time.Second, time.Nanosecond)
}
func TestVFSFindOrOpenArchiveRefresh(t *testing.T) {