ci: increase delay between examples step

This commit is contained in:
lowlighter
2022-01-16 23:41:10 -05:00
parent 1f5e6da19c
commit bdc3d633d1
2 changed files with 77 additions and 77 deletions

View File

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