Skip to content

Commit

Permalink
Add required time_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Aug 7, 2024
1 parent 7b5fece commit ea5fafa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/scripts/create_test_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,10 @@ def _create_demo_challenge(users):
submission.save()

e = Evaluation.objects.create(
submission=submission, method=method, status=Evaluation.SUCCESS
submission=submission,
method=method,
status=Evaluation.SUCCESS,
time_limit=300,
)

def create_result(evaluation, result: dict):
Expand Down

0 comments on commit ea5fafa

Please sign in to comment.