Skip to content

Commit

Permalink
Bug 1617824 [wpt PR 21953] - Worker: Remove TestExpectation 'Timeout'…
Browse files Browse the repository at this point in the history
… from referrer test, a=testonly

Automatic update from web-platform-tests
Worker: Remove TestExpectation 'Timeout' from referrer test

This CL removes TestExpectation 'Timeout' from
dedicated-worker-import-referrer.html.

By checking the recent build, this test takes much less than 90 seconds.
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=webkit_layout_tests%20(with%20patch)&tests=virtual%2Fomt-worker-fetch%2Fexternal%2Fwpt%2Fworkers%2Fmodules%2Fdedicated-worker-import-referrer.html
Therefore, by adding <meta name="timeout" content="long" />, this test
will no longer timeout.

Bug: 979490
Change-Id: Id45a1406a108390e0afd771bc53d91aa95ef60af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071400
Commit-Queue: Eriko Kurimoto <elkuringoogle.com>
Reviewed-by: Hiroki Nakagawa <nhirokichromium.org>
Cr-Commit-Position: refs/heads/master{#744219}

--

wpt-commits: 48d212d65b2285afac1fab6f7705ad6197e32c4b
wpt-pr: 21953

UltraBlame original commit: 2e1dfdc3b8dbb4fbcf39fb122f6aa45ad5359107
  • Loading branch information
marco-c committed Feb 27, 2020
1 parent 4ddd227 commit 81555c4
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@
title
>
<
meta
name
=
"
timeout
"
content
=
"
long
"
>
<
script
src
=
Expand Down

0 comments on commit 81555c4

Please sign in to comment.