chore: ajust time to 50s (tests done)

This commit is contained in:
peaklabs-dev
2025-01-06 18:32:05 +01:00
parent d0c84bc6fa
commit fdb5f069fc
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ function generateGithubToken(GithubApp $source, string $type)
$githubTime = Carbon::parse($response->header('date'));
$timeDiff = abs($serverTime->diffInSeconds($githubTime));
if ($timeDiff > 0) {
if ($timeDiff > 50) {
throw new \Exception(
'System time is out of sync with GitHub API time:<br>'.
'- System time: '.$serverTime->format('Y-m-d H:i:s').' UTC<br>'.