Increase this slightly

This commit is contained in:
Lance Pioch 2024-04-01 12:33:22 -04:00
parent f47b420785
commit c6f4ee3d57

View File

@ -268,7 +268,7 @@ class Node extends Model
try {
return resolve(DaemonConfigurationRepository::class)
->setNode($this)
->getSystemInformation(connectTimeout: 1);
->getSystemInformation(connectTimeout: 3);
} catch (Exception $exception) {
$message = str($exception->getMessage());