Skip to content

Commit e59127f

Browse files
authored
Increase process timeout (#96)
Increase the timeout limit, as phpunit-integration-rest.xml times out.
1 parent 222894e commit e59127f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"config": {
5656
"allow-plugins": {
5757
"composer/package-versions-deprecated": true
58-
}
58+
},
59+
"process-timeout": 600
5960
},
6061
"scripts": {
6162
"fix-cs": "php-cs-fixer fix -v --show-progress=estimating",

0 commit comments

Comments
 (0)