From 60cf7c230641cd91ad56d8e4be0af995c5497594 Mon Sep 17 00:00:00 2001
From: Dima Bart <dima.bart01@gmail.com>
Date: Thu, 19 May 2016 17:07:57 -0400
Subject: [PATCH] Return wait interval to previous value.

---
 Mobile Buy SDK/Mobile Buy SDK Tests/BUYIntegrationTest.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mobile Buy SDK/Mobile Buy SDK Tests/BUYIntegrationTest.m b/Mobile Buy SDK/Mobile Buy SDK Tests/BUYIntegrationTest.m
index c6c4498..638c457 100644
--- a/Mobile Buy SDK/Mobile Buy SDK Tests/BUYIntegrationTest.m
+++ b/Mobile Buy SDK/Mobile Buy SDK Tests/BUYIntegrationTest.m
@@ -281,7 +281,7 @@
 		
 		[self confirmCreditCard];
 	}];
-	[self waitForExpectationsWithTimeout:10000 handler:^(NSError *error) {
+	[self waitForExpectationsWithTimeout:10 handler:^(NSError *error) {
 		XCTAssertNil(error);
 	}];
 }
--
libgit2 0.26.0