Update JOJ3 Configuration Schema

manuel 2024-10-04 12:15:17 +08:00
parent 253f8d2332
commit e6603b7d9d

@ -102,8 +102,8 @@ limit.mem = 50 # set default mem limit (in MB) for all OJ test cases
[[test_case]]
filename = "case4.in" # filename of a test case with non-default setup
score = 20 # non-default score
limit.cpu = 5s
limit.mem = 5M
limit.cpu = 5
limit.mem = 5
[[test_case]]
filename = "case10.in"