mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
update timeout to 8mins (#5068)
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
This commit is contained in:
committed by
GitHub
parent
c7e6424b2c
commit
1ffc88549d
0
scripts/clean-old-namespace-from-cluster.sh
Normal file → Executable file
0
scripts/clean-old-namespace-from-cluster.sh
Normal file → Executable file
0
scripts/openshiftci-e2e-4x-psi-tests_win_mac.sh
Normal file → Executable file
0
scripts/openshiftci-e2e-4x-psi-tests_win_mac.sh
Normal file → Executable file
@@ -714,7 +714,7 @@ func (oc OcRunner) PodsShouldBeRunning(project string, regex string) {
|
|||||||
// Look for pods with specified regex
|
// Look for pods with specified regex
|
||||||
pod := regexp.MustCompile(regex).FindString(pods)
|
pod := regexp.MustCompile(regex).FindString(pods)
|
||||||
args := []string{"get", "pods", pod, "-o", "template=\"{{.status.phase}}\"", "-n", project}
|
args := []string{"get", "pods", pod, "-o", "template=\"{{.status.phase}}\"", "-n", project}
|
||||||
oc.WaitForRunnerCmdOut(args, 5, true, func(output string) bool {
|
oc.WaitForRunnerCmdOut(args, 8, true, func(output string) bool {
|
||||||
return strings.Contains(output, "Running")
|
return strings.Contains(output, "Running")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user