-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/10minute timeout action #278
Conversation
b655a1c
to
ca9e9fe
Compare
setFailed('non-zero exit code'); | ||
} | ||
|
||
process.exit(output.code); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here's the fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inspired from:
Lines 33 to 36 in 906f442
await runAll(ctx); | |
log.info(''); | |
process.exit(ctx.exitCode); |
This reverts commit 072220b.
Looks like it's running in 2m consistency.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
issue: #273