mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-09 13:36:14 +00:00
Merge pull request #586 from embark-framework/decrease_ping_time
reduce ping time so processes die faster
This commit is contained in:
commit
4b693867b1
@ -47,7 +47,7 @@ class ProcessWrapper {
|
||||
} catch (e) {
|
||||
error();
|
||||
}
|
||||
}, 2000);
|
||||
}, 500);
|
||||
}
|
||||
|
||||
interceptLogs() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user