From 6735291c9990a4fe434fea12880deeaf7fb480e5 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 27 Aug 2014 08:58:49 -0700 Subject: [PATCH] Try to avoid an inconsistent false fail on ipad simulator. --- test/test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.js b/test/test.js index 73cf30e3d..767e80ae4 100644 --- a/test/test.js +++ b/test/test.js @@ -10852,7 +10852,7 @@ if (next) { funced.call(next[0], next[1]); } - }, 32); + }, 64); var next = queue.shift(); funced.call(next[0], next[1]); @@ -10861,7 +10861,7 @@ setTimeout(function() { deepEqual(actual, expected); QUnit.start(); - }, 42); + }, 96); } else { skipTest(2);