Skip to content

Commit e45e3b9

Browse files
ci: Increased WebGL job timeout (#3399)
This PR follows up on #3389 and increases the timeout even more because it was noted that the issue is still happening. After some testing it seems that this timeout is sufficient but some investigation should be performed in the future to see why the job times out more often in such configuration (develop-2.0.0/ubuntu/trunk) ## Backport Since this PR is targeting an Issue that happens mostly in develop-2.0.0, ubuntu/trunk configuration no backport is needed (there is no that big of a problem in develop branch)
1 parent 1402294 commit e45e3b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.yamato/webgl-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# QUALITY CONSIDERATIONS--------------------------------------------------------------------
2121
# In the future we could try to implement an infrastructure to run test in webgl context but this could be quite complicated and would need to be evaluated if it's worth it
2222
# To see where this job is included (in trigger job definitions) look into _triggers.yml file
23+
# WebGL jobs were timing up more often in develop-2.0.0 branch (especially on trunk) so we increased the timeout from 1800 to 3600. We should investigate why it times more often in develop-2.0.0/ubuntu/trunk
2324

2425
#--------------------------------------------------------------------------------------
2526

@@ -45,7 +46,7 @@ webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
4546
# Engine is initialized in ‘nographics’ mode since we don't need any graphics for this case (--extra-editor-arg=-nographics)
4647
# In case of failure the job will be rerunned once (--reruncount=1) with clean library (--clean-library-on-rerun)
4748
# 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=2400
49+
- 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=3600
4950
artifacts:
5051
logs:
5152
paths:

0 commit comments

Comments
 (0)