chore(library/tools/mini_crush/default): increase timeout
This commit is contained in:
parent
fc9a8ed3be
commit
701b51a882
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ when_tracing `mini_crush $
|
|||
/- Simple tactic -/
|
||||
meta def close_aux (hs : hinst_lemmas) : tactic unit :=
|
||||
triv <|> reflexivity reducible <|> contradiction
|
||||
<|> try_for 100 (rsimp {} hs >> now) <|> try_for 100 reflexivity
|
||||
<|> try_for 1000 (rsimp {} hs >> now) <|> try_for 1000 reflexivity
|
||||
|
||||
meta def close (hs : hinst_lemmas) (s : name) (e : option expr) : tactic unit :=
|
||||
now
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue