Skip to content

Commit

Permalink
Allow Worker_script_mimetype.htm to take long.
Browse files Browse the repository at this point in the history
We found the test flakiness due to timeout, and let me make the test
timeout long to mitigate the flakiness.

Bug: 1422305
Change-Id: I72f05169063fdfdeb556a2f151c34d986f331f8c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4318283
Reviewed-by: Minoru Chikamune <[email protected]>
Reviewed-by: Shunya Shishido <[email protected]>
Commit-Queue: Yoshisato Yanagisawa <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1114406}
  • Loading branch information
yoshisatoyanagisawa authored and cookiecrook committed Apr 8, 2023
1 parent 2792ae8 commit bdc52fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workers/Worker_script_mimetype.htm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<title>Worker constructor with wrong MIME type scripts</title>
<meta charset="utf-8">
<meta name="timeout" content="long">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

Expand Down

0 comments on commit bdc52fb

Please sign in to comment.