Make another webgl test have a longer timeout.

This commit is contained in:
Josh Matthews 2019-07-28 10:34:46 -04:00
parent b52bfbe68a
commit ecb53532a1
3 changed files with 17 additions and 2 deletions

View file

@ -1796,3 +1796,15 @@ index b88ba393ff..29476159ce 100644
<title>WebGL GLSL conformance test: vec3_001_to_008.html</title>
<link rel="stylesheet" href="../../../../resources/js-test-style.css" />
<link rel="stylesheet" href="../../../../resources/ogles-tests.css" />
diff --git a/conformance/glsl/misc/shader-with-reserved-words.html b/conformance/glsl/misc/shader-with-reserved-words.html
index a2166e9df7..fb9067f6c2 100644
--- a/conformance/glsl/misc/shader-with-reserved-words.html
+++ b/conformance/glsl/misc/shader-with-reserved-words.html
@@ -29,6 +29,7 @@
<html>
<head>
<meta charset="utf-8">
+<meta name="timeout" content="long">
<title>WebGL GLSL Conformance Tests - Reserved Words</title>
<link rel="stylesheet" href="../../../resources/js-test-style.css"/>
<link rel="stylesheet" href="../../../resources/glsl-feature-tests.css"/>