diff --git a/tests/e2e/Services/Account/AccountBase.php b/tests/e2e/Services/Account/AccountBase.php index ed06ec547f..cf92dfe2af 100644 --- a/tests/e2e/Services/Account/AccountBase.php +++ b/tests/e2e/Services/Account/AccountBase.php @@ -49,6 +49,8 @@ trait AccountBase $this->assertEquals($response['headers']['status-code'], 409); + sleep(5); + return [ 'uid' => $uid, 'email' => $email,