chore: ajust time to 50s (tests done)
This commit is contained in:
@@ -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>'.
|
||||
|
@@ -5,7 +5,7 @@
|
||||
<h1 class="text-3xl font-bold tracking-tight dark:text-white">Wait, this is not cool...</h1>
|
||||
<p class="mt-2 text-lg leading-7 text-neutral-300">There has been an error with the following error message:</p>
|
||||
@if ($exception->getMessage() !== '')
|
||||
<div class="mt-6 text-sm text-red-500 whitespace-pre-wrap leading-none">
|
||||
<div class="mt-6 text-sm text-red-500">
|
||||
{!! $exception->getMessage() !!}
|
||||
</div>
|
||||
@endif
|
||||
|
Reference in New Issue
Block a user