summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryLeonid <YLokhmatov@luxoft.com>2019-09-30 00:33:35 +0300
committeryLeonid <YLokhmatov@luxoft.com>2019-09-30 00:33:35 +0300
commitbf0df21f5a970fb20ad42cea4ae42f608ea50007 (patch)
tree32771909ab10c1feefc729e8da2915a2dec7ff26
parent8fac298a3dcf0ad5f2a03ea75bc3f090cc987248 (diff)
downloadsdl_ios-bf0df21f5a970fb20ad42cea4ae42f608ea50007.tar.gz
fix occasionally fallen test: sometimes it fells on Trevis though on a local machine it always works
-rw-r--r--SmartDeviceLinkTests/SDLAsynchronousRPCOperationSpec.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLinkTests/SDLAsynchronousRPCOperationSpec.m b/SmartDeviceLinkTests/SDLAsynchronousRPCOperationSpec.m
index ad847378e..819657285 100644
--- a/SmartDeviceLinkTests/SDLAsynchronousRPCOperationSpec.m
+++ b/SmartDeviceLinkTests/SDLAsynchronousRPCOperationSpec.m
@@ -83,7 +83,7 @@ describe(@"sending responses and notifications", ^{
[testOperationQueue addOperation:testOperation];
[testOperationQueue cancelAllOperations];
- [NSThread sleepForTimeInterval:0.5];
+ [NSThread sleepForTimeInterval:1.0];
expect(testConnectionManager.receivedRequests).toEventually(beEmpty());
});