summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlapinskijw <jlapinski.dev@gmail.com>2020-04-28 17:00:36 -0400
committerlapinskijw <jlapinski.dev@gmail.com>2020-04-28 17:00:36 -0400
commitc390895b99337b3eb874378a86dc59212f59ccee (patch)
tree652f437a5ae5f26c982532b0b7a2736aa45bf123
parentc0904a06d9451f15072641562526022ac58d14e0 (diff)
downloadsdl_ios-bugfix/sdlsoftbuttonmanagerspec-tests.tar.gz
added time interval to testsbugfix/sdlsoftbuttonmanagerspec-tests
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLSoftButtonManagerSpec.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLSoftButtonManagerSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLSoftButtonManagerSpec.m
index 730af59f7..874ba2f62 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLSoftButtonManagerSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLSoftButtonManagerSpec.m
@@ -167,6 +167,8 @@ describe(@"a soft button manager", ^{
testObject2 = [[SDLSoftButtonObject alloc] initWithName:object2Name state:object2State1 handler:nil];
testManager.softButtonObjects = @[testObject1, testObject2];
+
+ [NSThread sleepForTimeInterval:0.5];
});
it(@"should set soft buttons correctly", ^{