mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
e2e: increase WaitForSuccess timeout
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
This commit is contained in:
parent
a6078aa65d
commit
9360745ae5
@ -79,12 +79,12 @@ func describeQatDpdkPlugin() {
|
||||
framework.RunKubectlOrDie(f.Namespace.Name, "--namespace", f.Namespace.Name, "apply", "-k", filepath.Dir(cryptoTestYamlPath))
|
||||
|
||||
ginkgo.By("waiting the crypto pod to finnish successfully")
|
||||
f.PodClient().WaitForSuccess("qat-dpdk-test-crypto-perf-tc1", 30*time.Second)
|
||||
f.PodClient().WaitForSuccess("qat-dpdk-test-crypto-perf-tc1", 60*time.Second)
|
||||
|
||||
ginkgo.By("submitting a compress pod requesting QAT resources")
|
||||
framework.RunKubectlOrDie(f.Namespace.Name, "--namespace", f.Namespace.Name, "apply", "-k", filepath.Dir(compressTestYamlPath))
|
||||
|
||||
ginkgo.By("waiting the compress pod to finnish successfully")
|
||||
f.PodClient().WaitForSuccess("qat-dpdk-test-compress-perf-tc1", 30*time.Second)
|
||||
f.PodClient().WaitForSuccess("qat-dpdk-test-compress-perf-tc1", 60*time.Second)
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user