Skip to content

Commit d99dfbd

Browse files
authoredMay 12, 2022
Merge pull request #1278 from OJPARKINSON/main
Upped the DSL timeout to 10 seconds
2 parents 0b2c1d3 + 5a48e1c commit d99dfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/commands/danger-runner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ setTimeout(() => {
9191
process.exitCode = 1
9292
process.exit(1)
9393
}
94-
}, 1000)
94+
}, 10000)
9595

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

0 commit comments

Comments
 (0)
Please sign in to comment.