mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 10:47:25 +00:00
Merge pull request #18143 from gmarek/timeout
Increase timeout in e2e downward API test
This commit is contained in:
@@ -30,7 +30,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// How long to wait for a log pod to be displayed
|
// How long to wait for a log pod to be displayed
|
||||||
const podLogTimeout = 15 * time.Second
|
const podLogTimeout = 45 * time.Second
|
||||||
|
|
||||||
// utility function for gomega Eventually
|
// utility function for gomega Eventually
|
||||||
func getPodLogs(c *client.Client, namespace, podName, containerName string) (string, error) {
|
func getPodLogs(c *client.Client, namespace, podName, containerName string) (string, error) {
|
||||||
|
Reference in New Issue
Block a user