Skip to content

Commit

Permalink
give the pod more time to attach storage and become ready
Browse files Browse the repository at this point in the history
Signed-off-by: hanenMizouni <[email protected]>
  • Loading branch information
outscale-hmi committed Oct 18, 2024
1 parent d3b3525 commit 6fdbea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/dynamic_provisioning.go
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ var _ = Describe("[bsu-csi-e2e] [single-az] [encryption] Dynamic Provisioning",
Cmd: "mount | grep ' /mnt/test-1 ' | awk '{ print $1}' | grep '^/dev/mapper/.*_crypt$'",
Volumes: []testsuites.VolumeDetails{
{
VolumeType: osccloud.VolumeTypeGP2,
VolumeType: osccloud.VolumeTypeIO1,
FSType: bsucsidriver.FSTypeExt4,
ClaimSize: driver.MinimumSizeForVolumeType(osccloud.VolumeTypeGP2),
VolumeMount: testsuites.VolumeMountDetails{
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/testsuites/testsuites.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import (
const (
execTimeout = 10 * time.Second
// Some pods can take much longer to get ready due to volume attach/detach latency.
slowPodStartTimeout = 15 * time.Minute
slowPodStartTimeout = 30 * time.Minute
// Description that will printed during tests
failedConditionDescription = "Error status code"
)
Expand Down

0 comments on commit 6fdbea6

Please sign in to comment.