Skip to content

Commit

Permalink
Removing unnecessary changes from this PR
Browse files Browse the repository at this point in the history
Signed-off-by: David Grizzanti <[email protected]>
  • Loading branch information
dgrizzanti committed Mar 13, 2021
1 parent 5ecffd3 commit 95c3bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/storage/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
)

const (
iterations = 100
iterations = 30
)

// StorageIntegration holds components for storage integration test
Expand Down Expand Up @@ -90,7 +90,7 @@ func (s *StorageIntegration) waitForCondition(t *testing.T, predicate func(t *te
if predicate(t) {
return true
}
time.Sleep(100 * time.Millisecond) // Will wait up to 10 seconds at worst.
time.Sleep(100 * time.Millisecond) // Will wait up to 3 seconds at worst.
}
return predicate(t)
}
Expand Down

0 comments on commit 95c3bf3

Please sign in to comment.