Skip to content
4 changes: 4 additions & 0 deletions storage/integration_test/src/integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,11 @@ TEST_F(FirebaseStorageTest, TestLargeFilePauseResumeAndDownloadCancel) {

while(controller.bytes_transferred() == 0)
{
#if FIREBASE_PLATFORM_DESKTOP
ProcessEvents(1);
#else // FIREBASE_PLATFORM_MOBILE
ProcessEvents(500);
#endif
}

// After waiting a moment for the operation to start (above), pause the
Expand Down