From 30ace26c42954497e44f19e8c7fa100de45c489e Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Thu, 15 Jan 2015 05:41:27 +0300 Subject: [PATCH] Manipulation: increase delay of data-URI test For Safar7/Opera - shot in the dark, can't reproduce this locally Ref gh-1993 --- test/unit/manipulation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 68e97d76e..4e1bdd298 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -2507,6 +2507,6 @@ asyncTest( "Insert script with data-URI (gh-1887)", 1, function() { } start(); - }); + }, 100 ); }); -- 2.39.5