Commit 60cf7c23 by Dima Bart

Return wait interval to previous value.

parent 8941f8dc
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
[self confirmCreditCard]; [self confirmCreditCard];
}]; }];
[self waitForExpectationsWithTimeout:10000 handler:^(NSError *error) { [self waitForExpectationsWithTimeout:10 handler:^(NSError *error) {
XCTAssertNil(error); XCTAssertNil(error);
}]; }];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment