Skip to content

Commit f4d097a

Browse files
committed
Revert "fix: increase timeout expectation in test case"
This reverts commit be32acd.
1 parent be32acd commit f4d097a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/default/ios/InstabugTests/InstabugSessionReplayTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ - (void)testSetSyncCallback {
109109
}]]);
110110

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

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

0 commit comments

Comments
 (0)