1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

Fix for test race condition

This commit is contained in:
Eldad Fux 2020-02-10 10:19:34 +02:00
parent e1e8bc9e95
commit 82ee31c0e3

View file

@ -49,6 +49,8 @@ trait AccountBase
$this->assertEquals($response['headers']['status-code'], 409);
sleep(5);
return [
'uid' => $uid,
'email' => $email,