Skip to content

Commit

Permalink
chore: testing with old testcafe timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
CozyKourai committed May 24, 2019
1 parent c4b4889 commit 6a65400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testcafe/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ async function runRunner(testsArray) {
'${DATE}_${TIME}/${FIXTURE}/${TEST_ID}-${TEST}/${FILE_INDEX}.png'
)
.run({
assertionTimeout: 8000, //Testcafe Default value: 3000
assertionTimeout: 6000, //Testcafe Default value: 3000
pageLoadTimeout: 6000, //Testcafe Default value: 3000
selectorTimeout: 15000, //Testcafe Default value: 10000
// selectorTimeout: 15000, //Testcafe Default value: 10000
skipJsErrors: true,
skipUncaughtErrors: true
})
Expand Down

0 comments on commit 6a65400

Please sign in to comment.