Skip to content

Commit 51a1f5f

Browse files
committed
corrected comment
1 parent 3d2d8e7 commit 51a1f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/webgl-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
3232
agent:
3333
type: {{ platform.type }}
3434
image: {{ platform.image }}
35-
flavor: b1.xlarge # We use b1.xlarge for WebGL builds since it requires more resources (otherwise it timeouts) especially on Ubuntu platform
35+
flavor: b1.xlarge # We use b1.xlarge for WebGL builds since it requires more resources (otherwise it hangs and timeouts) especially on Ubuntu platform
3636
{% if platform.model %}
3737
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
3838
{% endif %}

0 commit comments

Comments
 (0)