Bug 1226193 - Fix test_animation_observers.html timing out on Fennec with C++APZ enabled. r=heycam

Fix: INFO TEST-UNEXPECTED-FAIL | dom/animation/test/chrome/test_animation_observers.html | Test timed out.
By extending animation observer timeout.
This commit is contained in:
Randall Barker 2015-11-19 23:06:43 -05:00
parent b1ca62bc20
commit 8c7237c198

View File

@ -1450,7 +1450,7 @@ addAsyncAnimTest("tree_ordering", { observe: div, subtree: true }, function*() {
});
// Run the tests.
SimpleTest.requestLongerTimeout(2);
SimpleTest.waitForExplicitFinish();
runAllAsyncTests().then(function() {