Bug 492232 - try to reduce failures in test_Scriptaculous.html's testElementMorph by doubling the timeout, a=orange

This commit is contained in:
Phil Ringnalda 2010-09-30 07:17:30 -07:00
parent 8dbc102a0e
commit 7220dc7550

View File

@ -385,7 +385,7 @@
duration:0.5
});
$('error_message_3').morph('final', {duration:0.5});
wait(1000,function(){
wait(2000,function(){
assertEqual('17px', $('error_test_ul').getStyle('margin-right'));
assertEqual('40px', $('error_test_ul').getStyle('font-size'));
assertEqual('#ffffff', $('error_message_2').getStyle('background-color').parseColor());
@ -506,4 +506,4 @@
// ]]>
</script>
</body>
</html>
</html>