Skip to content

Commit

Permalink
Merge pull request #407 from hime/main
Browse files Browse the repository at this point in the history
Increase timeout for large dir e2e integration tests.
  • Loading branch information
hime authored Dec 11, 2024
2 parents d3286e4 + f62bd44 commit 296ac13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/testsuites/gcsfuse_integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func (t *gcsFuseCSIGCSFuseIntegrationTestSuite) DefineTests(driver storageframew
case testNameKernelListCache, testNameManagedFolders:
finalTestCommand = baseTestCommandWithTestBucket + " -run " + testCase
case testNameListLargeDir, testNameWriteLargeFiles:
finalTestCommand = baseTestCommandWithTestBucket + " -timeout 80m"
finalTestCommand = baseTestCommandWithTestBucket + " -timeout 120m"
case testNameReadLargeFiles:
if gcsfuseTestBranch == masterBranchName || version.MustParseSemantic(gcsfuseTestBranch).AtLeast(version.MustParseSemantic("v2.4.1")) {
finalTestCommand = baseTestCommandWithTestBucket + " -timeout 60m"
Expand Down

0 comments on commit 296ac13

Please sign in to comment.