You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/05/17 06:08:53 UTC

[07/13] flink git commit: [FLINK-9360][tests] Reduce sleep to 30 seconds

[FLINK-9360][tests] Reduce sleep to 30 seconds


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/ee1ab024
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/ee1ab024
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/ee1ab024

Branch: refs/heads/release-1.5
Commit: ee1ab02442867f1aeedddc4b36ab66434344d9ae
Parents: eea3a82
Author: zentol <ch...@apache.org>
Authored: Wed May 16 10:31:43 2018 +0200
Committer: zentol <ch...@apache.org>
Committed: Wed May 16 20:22:33 2018 +0200

----------------------------------------------------------------------
 flink-end-to-end-tests/test-scripts/test_ha.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/ee1ab024/flink-end-to-end-tests/test-scripts/test_ha.sh
----------------------------------------------------------------------
diff --git a/flink-end-to-end-tests/test-scripts/test_ha.sh b/flink-end-to-end-tests/test-scripts/test_ha.sh
index 2e65504..48aa483 100755
--- a/flink-end-to-end-tests/test-scripts/test_ha.sh
+++ b/flink-end-to-end-tests/test-scripts/test_ha.sh
@@ -193,7 +193,7 @@ function run_ha_test() {
         # kill the JM and wait for watchdog to
         # create a new one which will take over
         kill_jm
-        sleep 60
+        sleep 30
     done
 
     verify_logs ${OUTPUT} ${JM_KILLS}