build: reduce delay

This commit is contained in:
lowlighter
2022-01-15 23:44:54 -05:00
parent c82a49ea63
commit fea8a3f30a

View File

@@ -168,7 +168,7 @@ function testcase(name, env, args) {
if (env === "prod") { if (env === "prod") {
result.if = "${{ success() || failure() }}" result.if = "${{ success() || failure() }}"
result.uses = "lowlighter/metrics@master" result.uses = "lowlighter/metrics@master"
Object.assign(result.with, { plugins_errors_fatal: "yes", output_action: "none", delay: 120 }) Object.assign(result.with, { plugins_errors_fatal: "yes", output_action: "none", delay: 5 })
} }
if (env === "test") { if (env === "test") {