ForkbombEu / DIDroom_microservices

DIDroom credential issuer part of Forkbomb's SSI solution
1 stars 0 forks source link

Remove timeout from makefile #123

Closed matteo-cristino closed 1 week ago

matteo-cristino commented 2 weeks ago

In case of error we can not abort the process and have to wait 30 seconds before we can try again. Find a better solution for this

matteo-cristino commented 1 week ago

Now timeout is launched with flag --foreground that let you kill the process with Ctrl+c 🚮