diff --git a/VDS/Components/Loader/Loader.swift b/VDS/Components/Loader/Loader.swift index cecf9930..f1f99cc9 100644 --- a/VDS/Components/Loader/Loader.swift +++ b/VDS/Components/Loader/Loader.swift @@ -108,7 +108,7 @@ open class Loader: View { // Focus VoiceOver on this view UIAccessibility.post(notification: .layoutChanged, argument: self) - loadingTimer = Timer.scheduledTimer(withTimeInterval: 20, repeats: true) { [weak self] _ in + loadingTimer = Timer.scheduledTimer(withTimeInterval: 60, repeats: true) { [weak self] _ in self?.accessibilityLabel = "Still Loading" UIAccessibility.post(notification: .announcement, argument: "Still Loading") }