aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2015-01-15 05:41:27 +0300
committerOleg Gaidarenko <markelog@gmail.com>2015-01-26 06:38:48 +0300
commit4fae91141c04dffb5094b5961eb5d7b2a1f3f423 (patch)
treebbe8af4a1dbd499e5197ad6f53eee24b5d1d187a
parenta5e1c9b44c971fd7046d9a95bd0810e50840b663 (diff)
downloadjquery-4fae91141c04dffb5094b5961eb5d7b2a1f3f423.tar.gz
jquery-4fae91141c04dffb5094b5961eb5d7b2a1f3f423.zip
Manipulation: increase delay of data-URI test
For Safar7/Opera - shot in the dark, can't reproduce this locally Fixes gh-1993 (cherry-picked from 30ace26c42954497e44f19e8c7fa100de45c489e)
-rw-r--r--test/unit/manipulation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js
index a6936b95b..2a240127c 100644
--- a/test/unit/manipulation.js
+++ b/test/unit/manipulation.js
@@ -2474,5 +2474,5 @@ asyncTest( "Insert script with data-URI (gh-1887)", 1, function() {
}
start();
- });
+ }, 100 );
});