Skip to content

Commit

Permalink
Set timeout=long for FileSystemBaseHandle-postMessage.js tests
Browse files Browse the repository at this point in the history
This is like the other NativeFileSystem postMessage() tests recently
updated to use a long timeout.  These tests are similar to the
previously updated tests except that they use message ports instead of
direct messaging.  The test history dashboard shows that these tests
take 5 or more seconds to complete, which is close to the 7 second
timeout.

This change adds "meta timeout=long" to both test variants to extend
the 7 second timeout to a longer value.

Bug: 1044519
Change-Id: I87d14e819f7d7813a3708695a3899271d2bdf620
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015424
Commit-Queue: Steve Becker <[email protected]>
Reviewed-by: Marijn Kruisselbrink <[email protected]>
Cr-Commit-Position: refs/heads/master@{#734758}
  • Loading branch information
SteveBeckerMSFT authored and chromium-wpt-export-bot committed Jan 24, 2020
1 parent f294a12 commit 4c92038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!doctype html>
<meta charset=utf-8>
<meta name="timeout" content="long">

<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
// META: script=resources/messaging-helpers.js
// META: script=resources/messaging-blob-helpers.js
// META: script=resources/messaging-serialize-helpers.js
// META: script=script-tests/FileSystemBaseHandle-postMessage-MessagePort.js
// META: script=script-tests/FileSystemBaseHandle-postMessage-MessagePort.js
// META: timeout=long

0 comments on commit 4c92038

Please sign in to comment.