Increase timeout

This commit is contained in:
Arthur Belleville 2025-10-16 15:13:26 +02:00
parent 6d12e3c59e
commit b042e770c3
No known key found for this signature in database

View file

@ -7,7 +7,7 @@ export const api = axios.create({
headers: {
"Content-Type": "application/json",
},
timeout: 5000,
timeout: 8000,
});
// Create React Query client with default options