This is an automated email from the ASF dual-hosted git repository.
chesnay 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 011c121 [FLINK-12391][travis] Limit transfer.sh upload to 1 minute
011c121 is described below
commit 011c121bc4af9659ad11ad410958c300af74e271
Author: Chesnay Schepler <[email protected]>
AuthorDate: Thu May 2 13:32:21 2019 +0200
[FLINK-12391][travis] Limit transfer.sh upload to 1 minute
---
tools/travis_mvn_watchdog.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/travis_mvn_watchdog.sh b/tools/travis_mvn_watchdog.sh
index f52047e..444e819 100755
--- a/tools/travis_mvn_watchdog.sh
+++ b/tools/travis_mvn_watchdog.sh
@@ -132,7 +132,7 @@ upload_artifacts_s3() {
# upload to https://transfer.sh
echo "Uploading to transfer.sh"
- curl --upload-file $ARTIFACTS_FILE https://transfer.sh
+ curl --upload-file $ARTIFACTS_FILE --max-time 60 https://transfer.sh
}
print_stacktraces () {