Skip to content

Commit ab2fd00

Browse files
authored
Increase the wait time for realtime remote config integration test from 10s to 30s (#1366)
1 parent a55ce4d commit ab2fd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remote_config/integration_test/src/integration_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ TEST_F(FirebaseRemoteConfigTest, TestAddOnConfigUpdateListener) {
314314
if (!has_cached_data) {
315315
auto config_update_future = config_update_promise->get_future();
316316
ASSERT_EQ(std::future_status::ready,
317-
config_update_future.wait_for(std::chrono::milliseconds(10000)));
317+
config_update_future.wait_for(std::chrono::milliseconds(30000)));
318318

319319
// On Android WaitForCompletion must be called from the main thread,
320320
// so Activate is called here outside of the listener.

0 commit comments

Comments
 (0)