Skip to content

Commit c3ef512

Browse files
committed
Up the timeout to see if that helps to have the callback fire
1 parent 1e3d71c commit c3ef512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analytics/integration_test/src/integration_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ TEST_F(FirebaseAnalyticsTest, TestSetLogCallback) {
263263
"invalid_event", kInvalidParameters,
264264
sizeof(kInvalidParameters) / sizeof(kInvalidParameters[0]));
265265

266-
if (finished.wait_for(std::chrono::seconds(5)) ==
266+
if (finished.wait_for(std::chrono::seconds(60)) ==
267267
std::future_status::timeout) {
268268
ADD_FAILURE() << "Timed out waiting for log callback";
269269
} else {

0 commit comments

Comments
 (0)