Skip to content

Commit 31a824f

Browse files
committed
Increase wait time
1 parent 801f044 commit 31a824f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/GooglePublicKeyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function public_key_is_cached_according_to_cache_control_headers()
8080
Carbon::setTestNow(Carbon::now()->addSeconds(3600));
8181
$this->publicKey->getPublicKey();
8282

83-
Carbon::setTestNow(Carbon::now()->addSeconds(1));
83+
Carbon::setTestNow(Carbon::now()->addSeconds(5));
8484
$this->publicKey->getPublicKey();
8585

8686
Event::assertDispatched(CacheMissed::class, 2);

0 commit comments

Comments
 (0)