Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -141,7 +141,7 @@ var timer2: DispatchSourceTimer? | ... | @@ -141,7 +141,7 @@ var timer2: DispatchSourceTimer? |
141 | print("==== error ====") | 141 | print("==== error ====") |
142 | print(error) | 142 | print(error) |
143 | 143 | ||
144 | - DispatchQueue.main.asyncAfter(deadline: .now() + 2.0) { | 144 | + DispatchQueue.main.asyncAfter(deadline: .now() + 3.0) { |
145 | self.startTimer() | 145 | self.startTimer() |
146 | } | 146 | } |
147 | }) | 147 | }) | ... | ... |
-
Please register or login to post a comment