Skip to content

Commit be32acd

Browse files
committed
fix: increase timeout expectation in test case
1 parent daaedc0 commit be32acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/default/ios/InstabugTests/InstabugSessionReplayTests.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ - (void)testSetSyncCallback {
109109
}]]);
110110

111111
[self.bridge setSyncCallback];
112-
[self waitForExpectationsWithTimeout:2 handler:nil];
112+
[self waitForExpectationsWithTimeout:10 handler:nil];
113113

114114
OCMVerify([partialMock sendEventWithName:@"IBGSessionReplayOnSyncCallback" body:OCMArg.any]);
115115
OCMVerifyAll(self.mSessionReplay);

0 commit comments

Comments
 (0)