diff --git a/config/webhook-server.php b/config/webhook-server.php index da9de0545..dff99537e 100644 --- a/config/webhook-server.php +++ b/config/webhook-server.php @@ -54,7 +54,7 @@ * If a call to a webhook takes longer that this amount of seconds * the attempt will be considered failed. */ - 'timeout_in_seconds' => 3, + 'timeout_in_seconds' => env('WEBHOOK_SERVER_TIMEOUT_IN_SECONDS', 1), /* * The amount of times the webhook should be called before we give up.