Override timeout in WebGPU CTS to always be "long" (#31952)

* Long webgpu timeout

* Update expectations

* reupdate expectations 2

* re

* update-webgpu

* Update testing_commands.py with better comment
This commit is contained in:
Samson 2024-04-01 10:27:46 +02:00 committed by GitHub
parent 2f5a4354e7
commit 8c25336e9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6500 additions and 2506 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -22,6 +22,7 @@
<!doctype html>
<title>WebGPU CTS</title>
<meta charset=utf-8>
<meta name="timeout" content="long">
<link rel=help href='https://gpuweb.github.io/gpuweb/'>
<script src=/resources/testharness.js></script>