-
Notifications
You must be signed in to change notification settings - Fork 0
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
add more docker spin-up time for mix's laptop #440
base: main
Are you sure you want to change the base?
Conversation
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.
Id prefer this as a ENV var now that you set in a dot file or somthing in the dir and we default to 10
to clarify what i mean https://www.npmjs.com/package/dotenv |
Yeah this crossed my mind. Good call |
@@ -21,8 +19,6 @@ test('test the four-nodes docker script', async (t) => { | |||
// context: all run does is checks that it runs | |||
await run('network up', spinNetworkUp(networkType)) | |||
|
|||
await sleep(process.env.GITHUB_WORKSPACE ? 30_000 * 2 : 5_000 * 2) |
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.
this is now in spinNetworkUp
, I think removing this line is gonna save us 60s in CI 😆
Ready for re-review @frankiebee |
my little laptop needs 11s to spin up the docker containers 😢
I've been hacking the
node_modules
but it's annoying, so here we go!