Variable NodeConfig.timeout

Timeout for each request

struct NodeConfig
{
  // ...
  core.time.Duration timeout = Duration(50000000L);
  // ...
}