mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
Extending timeout waiting for delete node to become ready before the test ends
This commit is contained in:
@@ -43,7 +43,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
gcePDDetachTimeout = 10 * time.Minute
|
gcePDDetachTimeout = 10 * time.Minute
|
||||||
gcePDDetachPollTime = 10 * time.Second
|
gcePDDetachPollTime = 10 * time.Second
|
||||||
nodeStatusTimeout = 5 * time.Minute
|
nodeStatusTimeout = 10 * time.Minute
|
||||||
nodeStatusPollTime = 1 * time.Second
|
nodeStatusPollTime = 1 * time.Second
|
||||||
maxReadRetry = 3
|
maxReadRetry = 3
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user