Upgrade python version on prow container to 3.9 (#156)

* Upgrade python version on prow container to 3.9

* Increase integration time out

* Set build python version

* Fix typo
This commit is contained in:
Mike Graves
2022-05-03 15:19:39 -04:00
committed by GitHub
parent 3381806d39
commit e69c88ae30
2 changed files with 7 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ function check_failure {
return 1
}
runtime="15 minute"
runtime="30 minute"
endtime=$(date -ud "$runtime" +%s)
echo "Waiting for test job to complete"