Increase this slightly
This commit is contained in:
parent
f47b420785
commit
c6f4ee3d57
@ -268,7 +268,7 @@ class Node extends Model
|
|||||||
try {
|
try {
|
||||||
return resolve(DaemonConfigurationRepository::class)
|
return resolve(DaemonConfigurationRepository::class)
|
||||||
->setNode($this)
|
->setNode($this)
|
||||||
->getSystemInformation(connectTimeout: 1);
|
->getSystemInformation(connectTimeout: 3);
|
||||||
} catch (Exception $exception) {
|
} catch (Exception $exception) {
|
||||||
$message = str($exception->getMessage());
|
$message = str($exception->getMessage());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user