Skip to content

Commit 2be6144

Browse files
committed
Increase api timeout to 1 min
1 parent 3a36a8f commit 2be6144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vapor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ environments:
2222
- 'php artisan migrate --force'
2323
firewall:
2424
rate-limit: 1000
25-
timeout: 30
25+
timeout: 60
2626
api-staging:
2727
memory: 1024
2828
cli-memory: 512
@@ -39,4 +39,4 @@ environments:
3939
- 'php artisan migrate --force'
4040
firewall:
4141
rate-limit: 1000
42-
timeout: 30
42+
timeout: 60

0 commit comments

Comments
 (0)