Skip to content

Commit 489e356

Browse files
Madhu-1mergify[bot]
authored andcommitted
e2e: increase the BackoffLimit
increase the backofflimit in the e2e for the reclaimspace as we are hitting the Node not found error for sometime and also the csi pod is also getting restarted and we dont have the connection in the pool. because of these two problems the current e2e is failing. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
1 parent 15b446a commit 489e356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/framework/csiaddons.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func (f *Framework) CreateReclaimSpaceJob(name string, pvcName string) *csiaddon
4848
Target: csiaddonsv1alpha1.TargetSpec{
4949
PersistentVolumeClaim: pvcName,
5050
},
51-
BackoffLimit: 6,
51+
BackoffLimit: 15,
5252
RetryDeadlineSeconds: 600,
5353
},
5454
}

0 commit comments

Comments
 (0)