rkhmelyuk / multirun

IntellijIDEA plugin to group and run multiple Run Configurations in a single click
http://plugins.jetbrains.com/plugin/7248
Apache License 2.0
94 stars 27 forks source link

Add a pause (sleep) between running each configuration? #21

Closed wedwards99 closed 10 years ago

wedwards99 commented 10 years ago

We have a nodejs multi server suite each server running out of webstorm. Using multirun is a great way to run them all but in the windows dev environment it would be nice to add something like a sleep(3) between each start as there are a couple of race conditions that we'd never see in the production linux cloud environment.

We do have "Start configurations one by one" set but that's not quite long enough.

Thanks a lot, Will

wedwards99 commented 10 years ago

Works great, thanks!