---
title: I am experiencing timeout errors
description: Troubleshoot timeout errors when using Scaleway Serverless Functions.
tags: serverless functions troubleshooting issue error function timeout
dates:
  validation: 2025-11-18
  posted: 2024-11-06
---

## Problem

I am experiencing timeout errors when using Scaleway Serverless Functions.

## Cause

Timeout happens when your function cannot return any result in the defined amount of time.

## Possible solutions

- Increase the Timeout parameter in the [Scaleway console](https://console.scaleway.com/) or with the [API](https://www.scaleway.com/en/developers/api/serverless-functions/#path-functions-update-an-existing-function).

- Update your function's resources by provisioning more memory and more vCPU.