Skip to content

Commit

Permalink
Issue #1372: remove hook after import
Browse files Browse the repository at this point in the history
  • Loading branch information
fbotner committed Dec 9, 2022
1 parent bbe77bb commit 5e8815d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kvm_extra_label: ucs-school-performance-env1-[ENV:UCS_VERSION]
kvm_template: [ENV:KVM_TEMPLATE]
kvm_ucsversion: [ENV:KVM_UCSVERSION]
kvm_architecture: amd64
kvm_memory: 6G
kvm_memory: 8G

kvm_dhcp: 1
kvm_interface: eth0
Expand Down
2 changes: 1 addition & 1 deletion test/utils/utils-school.sh
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ for school in schools:
wg.create(lo)
# add empty classes in big schools
if len(users) > 2000:
for i in range(1, 1501):
for i in range(1, 1001):
sc_data = {"name": f"{school.name}-empty-class{i}", "school": school.name}
sc = SchoolClass(**sc_data)
sc.create(lo)
Expand Down

0 comments on commit 5e8815d

Please sign in to comment.