Skip to content

Commit 0b2932a

Browse files
committed
Add delay in RTDB test for flakiness reduction.
1 parent 02964b4 commit 0b2932a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

database/integration_test/src/integration_test.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,9 @@ TEST_F(FirebaseDatabaseTest, TestSetAndGetSimpleValues) {
430430
WaitForCompletion(f7, "SetLongDouble");
431431
}
432432

433+
// Wait a moment for everything to be updated.
434+
ProcessEvents(1000);
435+
433436
// Get the values that we just set, and confirm that they match what we
434437
// set them to.
435438
{

0 commit comments

Comments
 (0)