Skip to content

Commit

Permalink
Increase test timeouts for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
nya3jp committed Apr 1, 2024
1 parent 8bcc7c0 commit 726aa23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/interactive_judge/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ py_binary(

interactive_judge(
name = "judge",
case_timeout = 1,
case_timeout = 10,
dataset = ":dataset",
exec = ":server",
)
Expand Down
2 changes: 1 addition & 1 deletion tests/simple_judge/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ py_binary(

simple_judge(
name = "judge",
case_timeout = 1,
case_timeout = 10,
dataset = ":dataset",
)

Expand Down

0 comments on commit 726aa23

Please sign in to comment.