From 64efbc6b4ffe99eb2f9d1ecd58fda421120f3213 Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Sun, 3 Jan 2016 19:13:47 -0500 Subject: [PATCH] removed sleep() --- Sources/UnitTests/iBeaconTest.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sources/UnitTests/iBeaconTest.swift b/Sources/UnitTests/iBeaconTest.swift index 26a2519..f3fbaa7 100644 --- a/Sources/UnitTests/iBeaconTest.swift +++ b/Sources/UnitTests/iBeaconTest.swift @@ -31,6 +31,4 @@ func iBeacon(adapter: BluetoothAdapter) { catch { print("Error enabling iBeacon: \(error)"); exit(1) } print("iBeacon Status: \(status)") - - sleep(10000) } \ No newline at end of file