Skip to content

Commit

Permalink
fix assert require in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Sep 3, 2024
1 parent 7082189 commit d030f65
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ import (
const (

// Used for operation like, creation, deletion, rename or edit of files/folders.
iterationsForHeavyOperations = 50
iterationsForHeavyOperations = 5

// Used for listing of directories.
iterationsForMediumOperations = 200
iterationsForMediumOperations = 20

// Used for Open of Stat.
iterationsForLightOperations = 1000
iterationsForLightOperations = 10
)

////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit d030f65

Please sign in to comment.