Skip to content

Commit

Permalink
Make another webgl test have a longer timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jul 28, 2019
1 parent b52bfbe commit ecb5353
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/wpt/webgl/meta/MANIFEST.json
Expand Up @@ -12424,7 +12424,9 @@
"conformance/glsl/misc/shader-with-reserved-words.html": [
[
"conformance/glsl/misc/shader-with-reserved-words.html",
{}
{
"timeout": "long"
}
]
],
"conformance/glsl/misc/shader-with-short-circuiting-operators.html": [
Expand Down Expand Up @@ -29157,7 +29159,7 @@
"testharness"
],
"conformance/glsl/misc/shader-with-reserved-words.html": [
"a2166e9df78cfd2b47489fcb1b8c082b920dec80",
"fb9067f6c208c5763acc2e08add72243f5fbbbc8",
"testharness"
],
"conformance/glsl/misc/shader-with-short-circuiting-operators.html": [
Expand Down
Expand Up @@ -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"/>
Expand Down
12 changes: 12 additions & 0 deletions tests/wpt/webgl/tools/timeout.patch
Expand Up @@ -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"/>

0 comments on commit ecb5353

Please sign in to comment.