We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801f044 commit 31a824fCopy full SHA for 31a824f
tests/GooglePublicKeyTest.php
@@ -80,7 +80,7 @@ public function public_key_is_cached_according_to_cache_control_headers()
80
Carbon::setTestNow(Carbon::now()->addSeconds(3600));
81
$this->publicKey->getPublicKey();
82
83
- Carbon::setTestNow(Carbon::now()->addSeconds(1));
+ Carbon::setTestNow(Carbon::now()->addSeconds(5));
84
85
86
Event::assertDispatched(CacheMissed::class, 2);
0 commit comments