mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-01-20 15:49:23 +00:00
Increase network simulation delay in WeatherForecastService to 3000ms for showcasing scenarios.
This commit is contained in:
parent
cf248aa19b
commit
4824b28177
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user