Skip to content

Commit

Permalink
check: increase max render time to 1s (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
matslina authored Nov 6, 2023
1 parent 2a476a6 commit d89f8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"tidbyt.dev/pixlet/manifest"
)

const MaxRenderTime = 500000000 // 500ms
const MaxRenderTime = 1000000000 // 1000ms

func init() {
CheckCmd.Flags().BoolVarP(&rflag, "recursive", "r", false, "find apps recursively")
Expand Down

0 comments on commit d89f8a1

Please sign in to comment.