Stabilize tests: JS AJAX UnitTest is flanky in single process Capybara test.

This commit is contained in:
Thorsten Eckel 2019-01-12 12:18:28 +01:00
parent 2d5ec5d485
commit eb559755eb

View file

@ -63,7 +63,7 @@ App.Ajax.request({
// ajax parallel
App.Ajax.request({
type: 'GET',
url: '/tests/wait/2',
url: '/tests/wait/3',
success: function (data) {
test( "ajax - parallel - ajax get 200 1/2", function() {