This is an automated email from the ASF dual-hosted git repository.
aljoscha pushed a commit to branch release-1.8
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.8 by this push:
new 0e5927e [hotfix] Increase timeout on streaming file sink e2e test
0e5927e is described below
commit 0e5927e569637de59ee7e8e5d57aa7ab1ae73600
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}"