Skip to content

Commit

Permalink
Increase timeout for composer commands, mostly for php 7.1 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sedan07 committed Jan 14, 2021
1 parent 15d6c3c commit e00077b
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 @@ -119,7 +119,8 @@
},
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
"optimize-autoloader": true,
"process-timeout": 900
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit e00077b

Please sign in to comment.