diff --git a/lib/helpers/services/api_service.dart b/lib/helpers/services/api_service.dart index b7ebb52..40ef2b6 100644 --- a/lib/helpers/services/api_service.dart +++ b/lib/helpers/services/api_service.dart @@ -11,7 +11,7 @@ import 'package:marco/helpers/services/storage/local_storage.dart'; final Logger logger = Logger(); class ApiService { - static const Duration timeout = Duration(seconds: 10); + static const Duration timeout = Duration(seconds: 30); static const bool enableLogs = true; static const Duration extendedTimeout = Duration(seconds: 60);