This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new f210eda  [hotfix][travis] Add sleep before timestamp update
f210eda is described below

commit f210eda6487cfc83295738a0817e93e406c78fc6
Author: Chesnay Schepler <[email protected]>
AuthorDate: Sun Apr 28 12:20:56 2019 +0200

    [hotfix][travis] Add sleep before timestamp update
---
 tools/travis_controller.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/travis_controller.sh b/tools/travis_controller.sh
index ff3d44c..d659143 100755
--- a/tools/travis_controller.sh
+++ b/tools/travis_controller.sh
@@ -194,6 +194,8 @@ elif [ $STAGE != "$STAGE_CLEANUP" ]; then
        # adjust timestamps to prevent recompilation
        find . -type f -name '*.java' | xargs touch
        find . -type f -name '*.scala' | xargs touch
+       # wait a bit for better odds of different timestamps
+       sleep 5
        find . -type f -name '*.class' | xargs touch
        find . -type f -name '*.timestamp' | xargs touch
        travis_time_finish

Reply via email to