File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -698,7 +698,7 @@ func (ts *tester) checkPod() error {
698698 )
699699
700700 succeeded := false
701- retryStart , waitDur := time .Now (), 3 * time .Minute
701+ retryStart , waitDur := time .Now (), 10 * time .Minute
702702 for time .Now ().Sub (retryStart ) < waitDur {
703703 select {
704704 case <- ts .cfg .Stopc :
Original file line number Diff line number Diff line change @@ -1044,7 +1044,7 @@ func (ts *tester) checkResults() (err error) {
10441044
10451045 ts .cfg .Logger .Info ("checking results" )
10461046 ready := false
1047- waitDur := 7 * time . Minute + time .Duration ( ts . cfg . EKSConfig . AddOnIRSA . DeploymentReplicas ) * 3 * time . Second
1047+ waitDur := 10 * time .Minute
10481048 retryStart := time .Now ()
10491049 for time .Now ().Sub (retryStart ) < waitDur {
10501050 select {
You can’t perform that action at this time.
0 commit comments