Commit b80d7252 authored by Richard Stotz's avatar Richard Stotz Committed by Chromium LUCI CQ

NativeIO: Add timeout=long to flaky web platform tests

This CL adds longer timeouts to some WPT that occasionally time out
under macOS. I expect this will reduce the flakiness for tests that
spend a long time accessing the hard drive.

Bug: 1157915
Change-Id: I5fc3e4716dec5a9d0c17021bf02e449b5dda400d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587164
Commit-Queue: Richard Stotz <rstz@chromium.org>
Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836616}
parent 14c3429c
// META: title=NativeIO API: close().
// META: global=window,worker
// META: script=resources/support.js
// META: timeout=long
'use strict';
......
......@@ -2,6 +2,7 @@
// META: global=window,worker
// META: script=operation_helpers.js
// META: script=../resources/support.js
// META: timeout=long
'use strict';
......
......@@ -2,6 +2,7 @@
// META: global=window,worker
// META: script=operation_helpers.js
// META: script=../resources/support.js
// META: timeout=long
'use strict';
......
......@@ -2,6 +2,7 @@
// META: global=window,worker
// META: script=operation_helpers.js
// META: script=../resources/support.js
// META: timeout=long
'use strict';
......
// META: title=Synchronous NativeIO API: Flushed data is read back.
// META: global=window,worker
// META: script=resources/support.js
// META: timeout=long
'use strict';
......
// META: title=NativeIO API: Failures of rename are properly handled.
// META: global=window,worker
// META: script=resources/support.js
// META: timeout=long
'use strict';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment