Increase timeout for caget to 15 seconds

This commit is contained in:
Andrew Johnson
2020-01-01 00:08:06 -06:00
parent 83d2941405
commit aad8a96b0d

View File

@@ -129,7 +129,7 @@ SKIP: {
map(" $_\n", @errors))
if scalar @errors;
$client->close;
} 10, close_client('doing caget');
} 15, close_client('doing caget');
}