Skip to content

Commit a150361

Browse files
increased timeout to 60s
1 parent 2089af8 commit a150361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SprenUI/API/AsyncAPIService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class AsyncAPIService<E: Encodable, D: Decodable & CompletableErrorable> {
1919
private var cancelled = false
2020

2121
private let retryAfterPostDelay: Double = 4
22-
private let retryGetTimeout: Double = 30
22+
private let retryGetTimeout: Double = 60
2323
private let retryGetDelay: Double = 2
2424

2525
private var guid: String? = nil

0 commit comments

Comments
 (0)