Skip to content

Commit 7b10f16

Browse files
committed
wip
1 parent 6748511 commit 7b10f16

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/Feature/Payments/MollieTest.php

+8
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ protected function setUp(): void
3838
$this->mollie->setApiKey(env('MOLLIE_KEY'));
3939
}
4040

41+
protected function tearDown(): void
42+
{
43+
parent::tearDown();
44+
45+
// Mollie enforces strict rate limits, so we need to sleep between tests to avoid hitting them.
46+
sleep(1);
47+
}
48+
4149
#[Test]
4250
public function it_can_setup_a_payment()
4351
{

0 commit comments

Comments
 (0)