Danie, You may change the net ticktime with net_kernel:set_net_ticktime/1, or the kernel application environment variable net_ticktime: erl -kernel net_ticktime 180 The real solution is to avoid blocking the C node process for so long. -Vance