Skip to content

Commit

Permalink
test/e2e: bump the loop to 90…
Browse files Browse the repository at this point in the history
… this increase the timeout for the yaml tests.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed May 5, 2020
1 parent 2eacbfc commit acc5c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function dump_extra_cluster_state() {

function validate_run() {
local tests_finished=0
for i in {1..60}; do
for i in {1..90}; do
local finished="$(kubectl get $1.tekton.dev --output=jsonpath='{.items[*].status.conditions[*].status}')"
if [[ ! "$finished" == *"Unknown"* ]]; then
tests_finished=1
Expand Down

0 comments on commit acc5c22

Please sign in to comment.