func ServicePoll(config *poll.Settings) {
    // Override the default pollSettings for `service` resource here ...
    config.Timeout = 15 * time.Second
    config.Delay = 100 * time.Millisecond
    if runtime.GOARCH == "arm64" || runtime.GOARCH == "arm" {