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

aljoscha 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 be2452a  [hotfix] Increase timeout on streaming file sink e2e test
be2452a is described below

commit be2452a7bdd1687537cb677e36ded40fe4de8eee
Author: Aljoscha Krettek <[email protected]>
AuthorDate: Wed Mar 27 11:08:24 2019 +0100

    [hotfix] Increase timeout on streaming file sink e2e test
    
    It seems Travis is getting slower and slower.
---
 flink-end-to-end-tests/test-scripts/test_streaming_file_sink.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-end-to-end-tests/test-scripts/test_streaming_file_sink.sh 
b/flink-end-to-end-tests/test-scripts/test_streaming_file_sink.sh
index b8ca27b..5a9a584 100755
--- a/flink-end-to-end-tests/test-scripts/test_streaming_file_sink.sh
+++ b/flink-end-to-end-tests/test-scripts/test_streaming_file_sink.sh
@@ -166,7 +166,7 @@ echo "Starting 2 TMs"
 wait_for_restart_to_complete 1 ${JOB_ID}
 
 echo "Waiting until all values have been produced"
-wait_for_complete_result 60000 300
+wait_for_complete_result 60000 900
 
 cancel_job "${JOB_ID}"
 

Reply via email to