Skip to content

Commit

Permalink
hotfix: increase gitlab timeout to 30secs
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Feb 27, 2019
1 parent e827717 commit 96affbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-packages/commons/src/gitlabApi.js
Expand Up @@ -16,7 +16,7 @@ const API_TOKEN = R.propOr(

const options = {
baseURL: `${API_HOST}/api/v4/`,
timeout: 2000,
timeout: 30000,
headers: {
'Private-Token': API_TOKEN,
},
Expand Down

0 comments on commit 96affbc

Please sign in to comment.