Skip to content

Commit 31a7806

Browse files
authored
Merge pull request #380 from code-dot-org/alice-increase-time-limit
increase neighborhood time limit to 120s
2 parents 946f709 + 0f7eaaf commit 31a7806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/3-app/javabuilder/template.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ Resources:
428428

429429
<%{
430430
Theater: {MemorySize: 1769, Timeout: 90},
431-
Neighborhood: {MemorySize: 512, Timeout: 90},
431+
Neighborhood: {MemorySize: 512, Timeout: 120},
432432
Console: {MemorySize: 512, Timeout: 90}
433433
}.each do |name, config| -%>
434434
BuildAndRunJava<%=name%>ProjectFunction:

0 commit comments

Comments
 (0)