diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2015-01-15 05:41:27 +0300 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2015-01-26 06:38:48 +0300 |
commit | 4fae91141c04dffb5094b5961eb5d7b2a1f3f423 (patch) | |
tree | bbe8af4a1dbd499e5197ad6f53eee24b5d1d187a | |
parent | a5e1c9b44c971fd7046d9a95bd0810e50840b663 (diff) | |
download | jquery-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.js | 2 |
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 ); }); |