mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Tests: lower the PHP sleep time in unreleasedXHR.html
The AJAX test performed in unreleasedXHR.html was scheduling PHP processes
sleeping for 10 minutes. When a lot of commits are tested in short intervals
this was causing build failures due to the drained php-fpm pool.
The 10 seconds sleep time should be enough for this test.
Refs 62acda819f
This commit is contained in:
parent
14c0fe4432
commit
02e10082b2
@ -14,7 +14,7 @@ jQuery(function() {
|
|||||||
}, 200 );
|
}, 200 );
|
||||||
var number = 50;
|
var number = 50;
|
||||||
while( number-- ) {
|
while( number-- ) {
|
||||||
jQuery.ajax("../name.php?wait=600");
|
jQuery.ajax("../name.php?wait=10");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user