Increase api timeout to 1 min

This commit is contained in:
Julien Nahum 2024-02-10 16:36:50 +01:00
parent 3a36a8f99d
commit 2be6144cf0
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ environments:
- 'php artisan migrate --force'
firewall:
rate-limit: 1000
timeout: 30
timeout: 60
api-staging:
memory: 1024
cli-memory: 512
@ -39,4 +39,4 @@ environments:
- 'php artisan migrate --force'
firewall:
rate-limit: 1000
timeout: 30
timeout: 60