@@ -48,7 +48,7 @@ class JsonRpcProxy {
if (_platformService == null)
_platformService = PlatformService(
"http://$platformHost",
- timeout: 15,
+ timeout: 15000,
);
return _platformService!;
}