summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/webgpu/common/util/timeout.js
blob: 32b4660a591c199bb21d447720e230956883f4d1 (plain)
1
2
3
4
5
6
7
8
/**
* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts
**/
/**
 * Equivalent of `setTimeout`, but redirects to WPT's `step_timeout` when it is defined.
 */
export const timeout = typeof step_timeout !== 'undefined' ? step_timeout : setTimeout;
//# sourceMappingURL=timeout.js.map