Skip to content

Commit

Permalink
Increase process timeout (#96)
Browse files Browse the repository at this point in the history
Increase the timeout limit, as phpunit-integration-rest.xml times out.
  • Loading branch information
glye authored Jun 2, 2022
1 parent 222894e commit e59127f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true
}
},
"process-timeout": 600
},
"scripts": {
"fix-cs": "php-cs-fixer fix -v --show-progress=estimating",
Expand Down

0 comments on commit e59127f

Please sign in to comment.