diff --git a/src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/WeatherForecastService.kt b/src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/WeatherForecastService.kt index d5ff58b..3d7ff70 100644 --- a/src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/WeatherForecastService.kt +++ b/src/main/kotlin/org/jetbrains/plugins/template/weatherApp/services/WeatherForecastService.kt @@ -53,7 +53,7 @@ class WeatherForecastService( // Simulates a network request and stops the execution in case the coroutine // that launched the getWeatherData task is canceled - delay(100) + delay(3000) return WeatherForecastData( location = location,