Bug 608589 - Increase timeout to reduce the chance for false positives

This commit is contained in:
Dão Gottwald 2011-01-07 14:34:28 +01:00
parent d1ea555568
commit ed30143a88

View File

@ -1461,7 +1461,7 @@
NS_ASSERT(false, "Giving up waiting for the tab closing animation to finish (bug 608589)");
tabbrowser._endRemoveTab(tab);
}
}, 2000, aTab, this);
}, 3000, aTab, this);
]]>
</body>
</method>