twalthr commented on a change in pull request #7073: [FLINK-10842][E2E tests] fix broken waiting loops in common.sh URL: https://github.com/apache/flink/pull/7073#discussion_r233032688
########## File path: flink-end-to-end-tests/test-scripts/common.sh ########## @@ -412,17 +417,20 @@ function wait_for_job_state_transition { } function wait_job_running { + local TIMEOUT=10 for i in {1..10}; do Review comment: Variable not used in loop. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services