Merge "Add ICS simulator to Franthaul consumer"
[nonrtric.git] / test / usecases / odusliceassurance / goversion / internal / config / config.go
index 20c0fcc..48cbb85 100644 (file)
@@ -45,7 +45,7 @@ func New() *Config {
                SDNRAddress: getEnv("SDNR_ADDR", "http://localhost:3904"),
                SDNRUser:    getEnv("SDNR_USER", "admin"),
                SDNPassword: getEnv("SDNR_PASSWORD", "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"),
-               Polltime:    getEnvAsInt("Polltime", 10),
+               Polltime:    getEnvAsInt("Polltime", 30),
                LogLevel:    getLogLevel(),
        }
 }