Skip to content

Commit

Permalink
Timeout increase for flaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Dec 27, 2023
1 parent 56feaca commit 1fbce39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ - (void)testFetchContextWithAppCheckNoAuthError {
[completionExpectation fulfill];
}];

[self waitForExpectations:@[ completionExpectation ] timeout:0.5];
[self waitForExpectations:@[ completionExpectation ] timeout:2.0];
}

- (void)testFetchContextWithAuthNoAppCheckSuccess {
Expand Down

0 comments on commit 1fbce39

Please sign in to comment.