Give two event-timing tests long timeout
diff --git a/event-timing/mousedown.html b/event-timing/mousedown.html
index e0f14f4..35a07fa 100644
--- a/event-timing/mousedown.html
+++ b/event-timing/mousedown.html
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html>
 <meta charset=utf-8 />
+<meta name="timeout" content="long">
 <title>Event Timing mousedown.</title>
 <script src=/resources/testharness.js></script>
 <script src=/resources/testharnessreport.js></script>
diff --git a/event-timing/pointerdown.html b/event-timing/pointerdown.html
index 3d7dcbe..2eb6ae8 100644
--- a/event-timing/pointerdown.html
+++ b/event-timing/pointerdown.html
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html>
 <meta charset=utf-8 />
+<meta name="timeout" content="long">
 <title>Event Timing pointerdown.</title>
 <script src=/resources/testharness.js></script>
 <script src=/resources/testharnessreport.js></script>