fix: timeout in GetLocals..

This commit is contained in:
J. A. Messias 2024-12-09 10:15:57 -03:00
parent e0a67e5d1e
commit 546f84a009
1 changed files with 1 additions and 1 deletions

View File

@ -953,7 +953,7 @@ class GetLocalsCall {
cache: false, cache: false,
isStreamingApi: false, isStreamingApi: false,
alwaysAllowBody: false, alwaysAllowBody: false,
); ).timeout(const Duration(seconds: 30));
} }
List? locais(dynamic response) => getJsonField( List? locais(dynamic response) => getJsonField(