Skip to content

Commit e3394c6

Browse files
Merge branch 'develop-2.0.0' into chore/merge-2-3-0-back-to-develop-2-0-0
2 parents 62fba65 + 9329b80 commit e3394c6

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
@@ -45,7 +45,7 @@ webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
4545
# Engine is initialized in ‘nographics’ mode since we don't need any graphics for this case (--extra-editor-arg=-nographics)
4646
# In case of failure the job will be rerunned once (--reruncount=1) with clean library (--clean-library-on-rerun)
4747
# This will perform only building phase (--build-only) with a timeout of 3m (--timeout=1800)
48-
- UnifiedTestRunner --suite=playmode --platform=WebGL --scripting-backend=il2cpp --testproject={{ project.path }} --editor-location=.Editor --artifacts_path=artifacts --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --reruncount=1 --clean-library-on-rerun --build-only --timeout=1800
48+
- UnifiedTestRunner --suite=playmode --platform=WebGL --scripting-backend=il2cpp --testproject={{ project.path }} --editor-location=.Editor --artifacts_path=artifacts --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --reruncount=1 --clean-library-on-rerun --build-only --timeout=2400
4949
artifacts:
5050
logs:
5151
paths:

0 commit comments

Comments
 (0)