Skip to content

Commit

Permalink
Trying to make the test less flakey
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruin-NR committed Oct 24, 2024
1 parent abfeddf commit 9713254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ - (void) testAutoCollectedLogs {
[delayExpectation1 fulfill];
});

[self waitForExpectationsWithTimeout:5 handler:^(NSError * _Nullable error) {
[self waitForExpectationsWithTimeout:7 handler:^(NSError * _Nullable error) {
if (error) {
XCTFail(@"Timeout error");
}
Expand Down

0 comments on commit 9713254

Please sign in to comment.