Skip to content

Commit

Permalink
Add delay in RTDB test for flakiness reduction.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Oct 23, 2023
1 parent 02964b4 commit 0b2932a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions database/integration_test/src/integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,9 @@ TEST_F(FirebaseDatabaseTest, TestSetAndGetSimpleValues) {
WaitForCompletion(f7, "SetLongDouble");
}

// Wait a moment for everything to be updated.
ProcessEvents(1000);

// Get the values that we just set, and confirm that they match what we
// set them to.
{
Expand Down

0 comments on commit 0b2932a

Please sign in to comment.