1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00

Removed unrequired sleeps

This commit is contained in:
Eldad Fux 2021-01-01 11:01:18 +02:00
parent c83efa9db8
commit 1f71fb2e66

View file

@ -49,8 +49,6 @@ trait AccountBase
$this->assertEquals($response['headers']['status-code'], 409);
sleep(5);
return [
'id' => $id,
'email' => $email,
@ -64,7 +62,6 @@ trait AccountBase
*/
public function testCreateAccountSession($data):array
{
sleep(10);
$email = $data['email'] ?? '';
$password = $data['password'] ?? '';