Skip to content

Commit 5a48e1c

Browse files
committedMay 3, 2022
upped the DSL timeout to 10 seconds
1 parent 0b2c1d3 commit 5a48e1c

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.