minor #38912 Fix transiant tests (jderusse)

This PR was merged into the 5.2-dev branch.

Discussion
----------

Fix transiant tests

| Q             | A
| ------------- | ---
| Branch?       | 5.x
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

I've seen 1 occurency of this failure, because of rounded time(), the delay where 2 minutes instead of 1

Commits
-------

890b16d36d Fix transiant tests
This commit is contained in:
Fabien Potencier 2020-11-01 10:40:10 +01:00
commit 050f3e43a5

View File

@ -110,6 +110,7 @@ class FormLoginTest extends AbstractWebTestCase
/**
* @dataProvider provideInvalidCredentials
* @group time-sensitive
*/
public function testLoginThrottling($username, $password)
{