From e3c121497143b9408a4e1e356fb783169b89bc81 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 30 May 2014 13:15:32 -0400 Subject: [PATCH] Fix test stability. --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index cea191069..37255bdbf 100644 --- a/test/test.js +++ b/test/test.js @@ -9497,7 +9497,7 @@ setTimeout(function() { deepEqual(actual, expected); QUnit.start(); - }, 32); + }, 48); } else { skipTest(2);