Skip to content

Commit 5c0dde8

Browse files
author
Jacob Burkhart
committed
fix(builder): Increase buildpack fetch timeout
180 seconds
1 parent 87afcd9 commit 5c0dde8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • builder/rootfs/usr/local/src/slugbuilder/builder

builder/rootfs/usr/local/src/slugbuilder/builder/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ else
131131
exit 1
132132
fi
133133

134+
export CURL_CONNECT_TIMEOUT="30"
135+
export CURL_TIMEOUT="180"
136+
134137
## Buildpack compile
135138

136139
$selected_buildpack/bin/compile "$build_root" "$cache_root" | ensure_indent

0 commit comments

Comments
 (0)