We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be32acd commit f4d097aCopy full SHA for f4d097a
examples/default/ios/InstabugTests/InstabugSessionReplayTests.m
@@ -109,7 +109,7 @@ - (void)testSetSyncCallback {
109
}]]);
110
111
[self.bridge setSyncCallback];
112
- [self waitForExpectationsWithTimeout:10 handler:nil];
+ [self waitForExpectationsWithTimeout:2 handler:nil];
113
114
OCMVerify([partialMock sendEventWithName:@"IBGSessionReplayOnSyncCallback" body:OCMArg.any]);
115
OCMVerifyAll(self.mSessionReplay);
0 commit comments