Skip to content

Commit

Permalink
try bigger timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Feb 16, 2022
1 parent ac8b8f4 commit 0f29be7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,4 +32,4 @@ process.stdin.on("data", function listener(chunk) {
setTimeout(() => {
console.error("EXECUTOR TIMEOUT");
process.exit(1);
}, 5000);
}, 50000);

0 comments on commit 0f29be7

Please sign in to comment.