Skip to content

Commit

Permalink
Merge pull request #187 from sawsa307/sleep-after-run
Browse files Browse the repository at this point in the history
Introduce sleep after running each recipe.
  • Loading branch information
boredabdel authored Feb 7, 2024
2 parents db6522a + 6ab0ed9 commit b27437e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/recipe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
"os/exec"
"path"
"testing"
"time"
)

var testFilePaths = []string{
Expand Down Expand Up @@ -49,6 +50,7 @@ func runRecipeTests(t *testing.T, parentPath string, fileNames []fs.DirEntry) {
}
runRecipeTest(t, path)
})
time.Sleep(30 * time.Second)
}
}

Expand Down

0 comments on commit b27437e

Please sign in to comment.