Skip to content

Commit f0170e7

Browse files
committed
Raise GIT_HTTP_LOW_SPEED_TIME to 300 for CI
Turns out 60 seconds is not always enough for a build (since during the build, there are no transfers obviously, so it kicks in together with GIT_HTTP_LOW_SPEED_LIMIT=1000)
1 parent 176a910 commit f0170e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
2424
HEROKU_API_USER: ${{ secrets.HEROKU_API_USER }}
2525
GIT_HTTP_LOW_SPEED_LIMIT: 1000
26-
GIT_HTTP_LOW_SPEED_TIME: 60
26+
GIT_HTTP_LOW_SPEED_TIME: 300
2727

2828
jobs:
2929
integration-test:

0 commit comments

Comments
 (0)