mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
add delays for payments post
This commit is contained in:
parent
a25368986f
commit
4ef2d99ca9
@ -220,7 +220,7 @@ class MultiPaymentDeleteTest extends TestCase
|
||||
$this->assertEquals(162, $invoice->client->fresh()->balance);
|
||||
$this->assertEquals(163, $invoice->client->fresh()->paid_to_date);
|
||||
|
||||
usleep(800);
|
||||
sleep(1);
|
||||
// Pay 162 again and create payment #3
|
||||
|
||||
$data = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user