mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	Increase timeout
This commit is contained in:
		@@ -25,7 +25,6 @@ import (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	. "github.com/onsi/ginkgo"
 | 
						. "github.com/onsi/ginkgo"
 | 
				
			||||||
	. "github.com/onsi/gomega"
 | 
						. "github.com/onsi/gomega"
 | 
				
			||||||
	"time"
 | 
					 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// These tests exercise the Kubernetes expansion syntax $(VAR).
 | 
					// These tests exercise the Kubernetes expansion syntax $(VAR).
 | 
				
			||||||
@@ -318,7 +317,7 @@ func testPodFailSubpath(f *framework.Framework, pod *v1.Pod, errorText string) {
 | 
				
			|||||||
		framework.DeletePodWithWait(f, f.ClientSet, pod)
 | 
							framework.DeletePodWithWait(f, f.ClientSet, pod)
 | 
				
			||||||
	}()
 | 
						}()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	err = framework.WaitTimeoutForPodRunningInNamespace(f.ClientSet, pod.Name, pod.Namespace, 30*time.Second)
 | 
						err = framework.WaitTimeoutForPodRunningInNamespace(f.ClientSet, pod.Name, pod.Namespace, framework.PodStartShortTimeout)
 | 
				
			||||||
	Expect(err).To(HaveOccurred(), "while waiting for pod to be running")
 | 
						Expect(err).To(HaveOccurred(), "while waiting for pod to be running")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	selector := fields.Set{
 | 
						selector := fields.Set{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user