Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 authored Mar 6, 2021
1 parent 2e5d357 commit 93d939c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
}
stage('Test') {
steps {
sh 'sed -i.bak 's/smokeTestTimeout: 10000/smokeTestTimeout: 60000/' node_modules/cypress/lib/tasks/verify.js'
sh 'sed -i.bak \'s/smokeTestTimeout: 10000/smokeTestTimeout: 60000/\' node_modules/cypress/lib/tasks/verify.js'
sh 'node_modules/.bin/cypress install'
sh 'npm run cy:verify'
sh 'npm test'
Expand Down

0 comments on commit 93d939c

Please sign in to comment.