We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b2c1d3 + 5a48e1c commit d99dfbdCopy full SHA for d99dfbd
source/commands/danger-runner.ts
@@ -91,7 +91,7 @@ setTimeout(() => {
91
process.exitCode = 1
92
process.exit(1)
93
}
94
-}, 1000)
+}, 10000)
95
96
// Start waiting on STDIN for the DSL
97
getSTDIN().then(run(program as any))
0 commit comments