"html/template"
"os"
"path/filepath"
+ "time"
"github.com/fortytw2/leaktest"
"github.com/fsnotify/fsnotify"
func TestMultiSitesRebuild(t *testing.T) {
// t.Parallel() not supported, see https://github.com/fortytw2/leaktest/issues/4
- defer leaktest.Check(t)()
+ defer leaktest.CheckTimeout(t, 10*time.Second)()
siteConfig := testSiteConfig{Fs: afero.NewMemMapFs(), DefaultContentLanguage: "fr", DefaultContentLanguageInSubdir: true}
sites := createMultiTestSites(t, siteConfig, multiSiteTOMLConfigTemplate)