From 3748c647f3f49a3c2e54082532e3a29a9f6b6a5a Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Fri, 13 Nov 2015 16:19:33 +0300 Subject: [PATCH] Revert "Manipulation: increase delay of data-URI test" This reverts commit 4fae91141c04dffb5094b5961eb5d7b2a1f3f423. --- test/unit/manipulation.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 2125067b8..cd9fb21c4 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -2701,6 +2701,6 @@ QUnit.test( "Insert script with data-URI (gh-1887)", 1, function( assert ) { assert.ok( true, "data-URI script is not supported by this environment" ); } - done(); - }, 100 ); -} ); + start(); + }); +}); -- 2.39.5