Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaiola authored Oct 31, 2023
1 parent 0b1196b commit bdfd680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ async function processAPIRequest (source, id, filename, index, query) {
// logger.info(urlPath)
// logger.info('http://127.0.0.1:' + relaxPort + '/relax/api/' + urlPath)
await page.goto('http://127.0.0.1:' + relaxPort + '/relax/api/' + urlPath, {
// 5 min
timeout: 300000
// 1 min
timeout: 60000
})

let json = await page.evaluate(() => {
Expand Down

0 comments on commit bdfd680

Please sign in to comment.