Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 72f59ef

Browse files
Set long timeout for IndexedDB/blob-contenttype.any.js
1 parent cb93440 commit 72f59ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IndexedDB/blob-contenttype.any.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// META: title=Blob Content Type
22
// META: script=support.js
3+
// META: timeout=long
34

45
indexeddb_test(
56
function upgrade(t, db) {
@@ -35,4 +36,4 @@ indexeddb_test(
3536
});
3637
},
3738
'Ensure that content type round trips when reading blob data'
38-
);
39+
);

0 commit comments

Comments
 (0)