Skip to content

Commit

Permalink
Increase timeout to 2 minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Jan 10, 2024
1 parent 01ccf91 commit 3b8fb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/integration_test/src/integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
{
Expand Down

0 comments on commit 3b8fb9f

Please sign in to comment.