Skip to content

Commit

Permalink
Mark some idlharness.html tests as timeout=long
Browse files Browse the repository at this point in the history
These are symptomatic of crbug.com/1047818, but to stop the pain for
sheriffs lets mark them timeout=long for now.

[email protected]

Bug: 1092097, 1092089, 1092082, 1092076, 1091715
Change-Id: I8fbc0d687ea9b5c3e7dbccfdacc879eed3e377e0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2232884
Reviewed-by: Stephen McGruer <[email protected]>
Commit-Queue: Stephen McGruer <[email protected]>
Cr-Commit-Position: refs/heads/master@{#775906}
  • Loading branch information
stephenmcgruer authored and chromium-wpt-export-bot committed Jun 8, 2020
1 parent 2584644 commit 0a89735
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions badging/idlharness.https.any.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

'use strict';

Expand Down
1 change: 1 addition & 0 deletions battery-status/idlharness.https.window.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

// https://w3c.github.io/battery/

Expand Down
1 change: 1 addition & 0 deletions credential-management/idlharness.https.window.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

// https://w3c.github.io/webappsec-credential-management/

Expand Down
1 change: 1 addition & 0 deletions screen-wake-lock/idlharness.https.window.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// META: script=/resources/idlharness.js
// META: script=/resources/testdriver.js
// META: script=/resources/testdriver-vendor.js
// META: timeout=long

// https://w3c.github.io/screen-wake-lock/

Expand Down
1 change: 1 addition & 0 deletions user-timing/idlharness.any.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// META: global=window,worker
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

// https://w3c.github.io/user-timing/

Expand Down
1 change: 1 addition & 0 deletions video-rvfc/idlharness.window.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

'use strict';

Expand Down
1 change: 1 addition & 0 deletions webmidi/idlharness.https.window.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

// https://webaudio.github.io/web-midi-api/

Expand Down

0 comments on commit 0a89735

Please sign in to comment.