Merge pull request #586 from embark-framework/decrease_ping_time

reduce ping time so processes die faster
This commit is contained in:
Iuri Matias 2018-06-26 16:53:49 -04:00 committed by GitHub
commit 4b693867b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class ProcessWrapper {
} catch (e) { } catch (e) {
error(); error();
} }
}, 2000); }, 500);
} }
interceptLogs() { interceptLogs() {