Skip to content
Snippets Groups Projects
Commit e1bef318 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Increase the timeout a bit

parent 4e0fed62
No related branches found
No related tags found
2 merge requests!134M2l precompute,!129Support a custom derivative taker
......@@ -83,7 +83,7 @@ class TranslationBenchmarkSuite:
return sum([counter.rec(insn.expression)+1 for insn in insns])
track_m2l_op_count.unit = "ops"
track_m2l_op_count.timeout = 200.0
track_m2l_op_count.timeout = 300.0
class LaplaceVolumeTaylorTranslation(TranslationBenchmarkSuite):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment