Skip to content

Commit

Permalink
bug fix, #150
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jun 30, 2022
1 parent a0295db commit bb87988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/server/puppeteerCTClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ process.on( 'SIGINT', () => process.exit() );
assert( process.argv[ 2 ], 'usage: node puppeteerCTClient {{SOME_IDENTIFIER_HERE}}' );
const url = `https://bayes.colorado.edu/continuous-testing/aqua/html/continuous-loop.html?id=${process.argv[ 2 ]}`;
const error = await puppeteerLoad( url, {
waitAfterLoad: .5 * 60 * 1000, // 15 minutes
waitAfterLoad: 15 * 60 * 1000, // 15 minutes
allowedTimeToLoad: 120000,
puppeteerTimeout: 1000000000,

Expand Down

0 comments on commit bb87988

Please sign in to comment.