aboutsummaryrefslogtreecommitdiffstats
path: root/community/hugo/increase-timeout-pagebundler-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/hugo/increase-timeout-pagebundler-test.patch')
-rw-r--r--community/hugo/increase-timeout-pagebundler-test.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/community/hugo/increase-timeout-pagebundler-test.patch b/community/hugo/increase-timeout-pagebundler-test.patch
deleted file mode 100644
index cace72afaa8..00000000000
--- a/community/hugo/increase-timeout-pagebundler-test.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: This takes longer on mips64, so increasee the timeout to make sure
-it has time to finish on mips64
-Upstream: no
-
-diff --git a/hugolib/pagebundler_test.go b/hugolib/pagebundler_test.go
-index fa420a0..34d928a 100644
---- a/hugolib/pagebundler_test.go
-+++ b/hugolib/pagebundler_test.go
-@@ -90,6 +90,7 @@ func TestPageBundlerSiteRegular(t *testing.T) {
- })
-
- cfg.Set("uglyURLs", ugly)
-+ cfg.Set("timeout", 120000)
-
- b := newTestSitesBuilderFromDepsCfg(c, deps.DepsCfg{Logger: loggers.NewErrorLogger(), Fs: fs, Cfg: cfg}).WithNothingAdded()
-
-