Skip to content

Commit

Permalink
Worker: Add "timout long" to shared-worker-import-csp.html
Browse files Browse the repository at this point in the history
This test occasionally times out. Probably the test just takes longer
time to start up shared workers.

Bug: 1076432
Change-Id: Ib5af99bbf43ff86ba2243665721576af167e2816
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2172602
Commit-Queue: Hiroki Nakagawa <[email protected]>
Commit-Queue: Kenichi Ishibashi <[email protected]>
Auto-Submit: Hiroki Nakagawa <[email protected]>
Reviewed-by: Kenichi Ishibashi <[email protected]>
Cr-Commit-Position: refs/heads/master@{#764092}
  • Loading branch information
nhiroki authored and chromium-wpt-export-bot committed Apr 30, 2020
1 parent 006f1f4 commit fdd859c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workers/modules/shared-worker-import-csp.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<title>SharedWorker: CSP for ES Modules</title>
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
Expand Down

0 comments on commit fdd859c

Please sign in to comment.