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 048ebaa commit 0606c35Copy full SHA for 0606c35
Tests/TransloaditKitTests/TransloaditKitTests.swift
@@ -163,7 +163,7 @@ class TransloaditKitTests: XCTestCase {
163
}
164
})
165
166
- wait(for: [startedUploadsExpectation], timeout: 3)
+ wait(for: [startedUploadsExpectation], timeout: 10)
167
168
transloadit.stopRunningUploads()
169
// Restart uploads, continue where left off
Transloadit.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'Transloadit'
11
- s.version = '3.3.4'
+ s.version = '3.4.0'
12
s.summary = 'Transloadit client in Swift'
13
s.swift_version = '5.0'
14
0 commit comments