| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Half a minute is more than enough for the test to finish even in the slowest
browsers and in case of starving the PHP FPM process pool, one has to wait
for only half a minute to try again.
|
|
|
|
|
| |
PHP sleep function accepts time in seconds, not milliseconds; the previous
value was starving the PHP FPM process pool.
|
|
|
|
|
|
| |
The "document ready when jQuery loaded asynchronously" test fails all the time
in iOS7 and sometimes in other browsers. Bumping the timeouts *might* help
these other browsers to be less flakey here.
|
|
|
|
| |
Fixes #14802
|
|
|
|
|
|
|
|
|
|
|
| |
(cherry picked from commit 126d596b56924613687329b7aab4f0cdf4b593b3)
Conflicts:
src/data.js
src/data/accepts.js
test/unit/core.js
test/unit/data.js
|
| |
|
| |
|
|
(cherry picked from commit ac93559eb9f18fcaec95dfdc97358b1b85bfe234)
|