We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfadd2 commit f806c30Copy full SHA for f806c30
ReleaseTooling/Sources/PodspecsTester/main.swift
@@ -104,7 +104,7 @@ struct PodspecsTester: ParsableCommand {
104
InitializeSpecTesting.setupRepo(sdkRepoURL: gitRoot)
105
let manifest = FirebaseManifest.shared
106
var minutes = 0
107
- var timer: DispatchSourceTimer = {
+ let timer: DispatchSourceTimer = {
108
let t = DispatchSource.makeTimerSource()
109
t.schedule(deadline: .now(), repeating: 60)
110
t.setEventHandler(handler: {
0 commit comments