Skip to content

Commit

Permalink
Merge pull request #1278 from OJPARKINSON/main
Browse files Browse the repository at this point in the history
Upped the DSL timeout to 10 seconds
  • Loading branch information
orta committed May 12, 2022
2 parents 0b2c1d3 + 5a48e1c commit d99dfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/commands/danger-runner.ts
Expand Up @@ -91,7 +91,7 @@ setTimeout(() => {
process.exitCode = 1
process.exit(1)
}
}, 1000)
}, 10000)

// Start waiting on STDIN for the DSL
getSTDIN().then(run(program as any))

0 comments on commit d99dfbd

Please sign in to comment.