Skip to content

Commit 5e90d86

Browse files
correct type mismatch in sleep func
1 parent 5b42ed7 commit 5e90d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntegrationTests/Sources/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class EventUploadWaiter {
66
var mparticle = MParticle.sharedInstance()
77

88
@discardableResult
9-
func wait(timeout: Int = 5) -> Bool {
9+
func wait(timeout: UInt32 = 5) -> Bool {
1010
mparticle.upload()
1111
sleep(timeout)
1212
return true

0 commit comments

Comments
 (0)