fix: timeout in GetLocals
This commit is contained in:
parent
b3d7bfa6d5
commit
c377524735
|
@ -953,7 +953,7 @@ class GetLocalsCall {
|
|||
cache: false,
|
||||
isStreamingApi: false,
|
||||
alwaysAllowBody: false,
|
||||
);
|
||||
).timeout(const Duration(seconds: 30));
|
||||
}
|
||||
|
||||
List? locais(dynamic response) => getJsonField(
|
||||
|
|
Loading…
Reference in New Issue