Skip to content

Commit

Permalink
minor change in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yangky11 committed Jul 10, 2024
1 parent 6ce9e9c commit dda626f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/interaction/test_timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ def test_timeout_1(lean4_example_repo: LeanGitRepo) -> None:
"Lean4Example.lean",
"hello_world",
)
with Dojo(thm) as (dojo, init_state):
with Dojo(thm, timeout=30) as (dojo, init_state):
with pytest.raises(DojoTacticTimeoutError):
dojo.run_tac(init_state, "sleep 99999999999999")

0 comments on commit dda626f

Please sign in to comment.