Skip to content

Commit

Permalink
Higher memory limits (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane authored Aug 6, 2024
1 parent 04ec5b2 commit 0d0dc53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/packages/example_tests/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Package with example tests
sinol_task_id: exa
memory_limit: 10240
memory_limit: 50240
time_limit: 1000

sinol_expected_scores:
Expand Down
2 changes: 1 addition & 1 deletion tests/packages/stresstest/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Package with stresstest.sh (for `verify` command)
sinol_task_id: str
time_limit: 1000
memory_limit: 10240
memory_limit: 50240

sinol_expected_scores:
str.cpp:
Expand Down

0 comments on commit 0d0dc53

Please sign in to comment.