Variable FlashConfig.timeout

Timeout for requests

struct FlashConfig
{
  // ...
  core.time.Duration timeout = Duration(100000000L);
  // ...
}