Skip to content

Commit

Permalink
fix: Increase timeout when getting script logs
Browse files Browse the repository at this point in the history
Fixes #473
  • Loading branch information
Göran Sander committed Sep 28, 2022
1 parent 0a8cc73 commit eb1de8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/scriptlog.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ function getScriptLog(reloadTaskId, headLineCount, tailLineCount) {
'x-qlik-xrfkey': 'abcdefghijklmnop',
'X-Qlik-User': 'UserDirectory=Internal; UserId=sa_repository',
},
timeout: 10000,
responseType: 'text',
httpsAgent,
// passphrase: "YYY"
Expand Down

0 comments on commit eb1de8c

Please sign in to comment.