From 3b8fb9f6b3a0373d43afba577c4a33f54e72900f Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Wed, 10 Jan 2024 15:34:53 -0800 Subject: [PATCH] Increase timeout to 2 minutes. --- storage/integration_test/src/integration_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/integration_test/src/integration_test.cc b/storage/integration_test/src/integration_test.cc index d3f138438a..2b1dc1fd48 100644 --- a/storage/integration_test/src/integration_test.cc +++ b/storage/integration_test/src/integration_test.cc @@ -1353,7 +1353,7 @@ TEST_F(FirebaseStorageTest, TestLargeFilePauseResumeAndDownloadCancel) { EXPECT_EQ(metadata->size_bytes(), kLargeFileSize); FLAKY_TEST_SECTION_END(); - const int kDownloadTimeoutSeconds = 2; + const int kDownloadTimeoutSeconds = 120; // Download the file and confirm it's correct. {